Skip to content

Commit

Permalink
fix: fix verify tag issue
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <[email protected]>
  • Loading branch information
SurabhiAngadi committed Jan 23, 2024
1 parent 52c4059 commit 4eda2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
id: tag-checker
run: |
(echo -n TRIGGER_ALLOWED= && echo 'print("${{ github.ref_name }}")') >> "$GITHUB_OUTPUT"
echo $GITHUB_OUTPUT
build-api-service-image:
needs: verify-tag
Expand Down

0 comments on commit 4eda2ec

Please sign in to comment.