Skip to content

Commit

Permalink
fix: release deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
infanf committed Aug 22, 2024
1 parent 3698ca6 commit d90a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
project_id: ${{ secrets.GCP_PROJECT_ID }}

deploy-production:
if: github.ref == 'refs/tags/2.*'
if: startsWith(github.ref, 'refs/tags/2.')
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d90a55e

Please sign in to comment.