Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent d0567fd commit 6f02758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
needs: build # Ensure the build job completes first
#if: needs.build.outputs.do_release == 'true'
if: github.ref == 'refs/tags/v${{ steps.build.outputs.VERSION }}'
if: github.ref == 'refs/tags/v${{ needs.build.outputs.VERSION }}'
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
#if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 6f02758

Please sign in to comment.