Skip to content

Commit

Permalink
use contains to check for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Oct 10, 2024
1 parent f1b82ae commit 2df46e0
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 @@ -41,7 +41,7 @@ jobs:
echo "id=$url" >> "$GITHUB_OUTPUT"
echo "message=$message" >> "$GITHUB_OUTPUT"
- uses: UnlyEd/github-action-await-vercel@v2
if: ${{ steps.get-staging-id.outputs.id == 'Version Packages' }}
if: ${{ contains(steps.get-staging-id.outputs.id, 'Version Packages') }}
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
Expand Down

0 comments on commit 2df46e0

Please sign in to comment.