Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PharmCat/MetidaNCA.jl into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
PharmCat committed Aug 16, 2021
2 parents 9eecf27 + c745fd4 commit 93c1068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@v0.1
- uses: julia-actions/julia-buildpkg@master
- uses: julia-actions/julia-runtest@v0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit 93c1068

@PharmCat
Copy link
Owner

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/42992

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.1.8 -m "<description of version>" 93c10685da8f438ebf92c927b544289ed20db381
git push origin v0.1.8

Please sign in to comment.