Skip to content

Commit

Permalink
Merge pull request #72 from ChrisRackauckas/patch-1
Browse files Browse the repository at this point in the history
Update CompatHelper.yml
  • Loading branch information
ranjanan authored Jan 13, 2021
2 parents 3dd19cc + 62d15c5 commit 3ed4bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
version: 1
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down

2 comments on commit 3ed4bb3

@ranjanan
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/27916

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.4.0 -m "<description of version>" 3ed4bb3a9c53f401fda88af6901f6b6a4c10b63e
git push origin v0.4.0

Please sign in to comment.