Skip to content

Commit

Permalink
build: fix prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer authored and ezr-ondrej committed Aug 31, 2023
1 parent 968ce20 commit 7dd30a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provisioning-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
Release-to-build:
name: "⛵ Release to build repository"
needs: [build]
if: github.ref_name == contains(github.ref_name, 'prod')
if: contains(github.ref_name, 'prod')
runs-on: ubuntu-latest
env:
COMMIT_AUTHOR_USERNAME: GitHub actions
Expand Down

0 comments on commit 7dd30a2

Please sign in to comment.