Skip to content

Commit

Permalink
publish needs get_version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBjrk committed Jan 14, 2024
1 parent 903a415 commit 08407ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
publish:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
needs: test
needs:
- test
- get_version
steps:
- uses: actions/checkout@v3.2.0
- uses: ./.github/actions/publish
Expand Down

0 comments on commit 08407ed

Please sign in to comment.