Skip to content

Commit

Permalink
Use github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gpad committed Jun 24, 2023
1 parent 2727cb7 commit 36432fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: publish-image
environment: production
if: ${{ startsWith(refs/tags/v0.0.3, 'release') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 36432fa

Please sign in to comment.