Skip to content

Commit

Permalink
Merge pull request #1988 from coronasafe/sainak/fix/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Mar 19, 2024
2 parents e53fe6e + 70da830 commit 08e56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
notify-release:
needs: build
if: github.ref == 'refs/tags/v*'
if: startsWith(github.event.ref, 'refs/tags/v')
name: Notify release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 08e56d7

Please sign in to comment.