Skip to content

Commit

Permalink
Remove nigthly from ci (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu authored Oct 20, 2022
1 parent 7c0e300 commit 4824c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version:
- '1.5' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}


4 comments on commit 4824c06

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on 4824c06 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70726

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.14 -m "<description of version>" 4824c06df8e698a016e82bc24e77b4419d345a35
git push origin v0.8.14

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on 4824c06 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.8.14 already exists and points to a different commit"

Please sign in to comment.