Skip to content

Commit

Permalink
Merge pull request #1989 from coronasafe/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg authored Mar 19, 2024
2 parents 34e8635 + 08e56d7 commit 4439aa3
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 4439aa3

Please sign in to comment.