Skip to content

Commit

Permalink
force tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 17, 2024
1 parent f9c4005 commit 5db8c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repo_ref: main
secrets: inherit
deploy:
if: {{ env.FOO == 'bar' }}
if: ${{ env.FOO == 'bar' }}
name: Deploy to Staging
needs: tag_repo
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 5db8c7c

Please sign in to comment.