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 28962a7 commit 6c7a389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Check if tag is one in list of current releases
id: tag-checker
run: |
(echo -n TRIGGER_ALLOWED= && echo "${{ github.ref_name }}") >> "$GITHUB_OUTPUT"
echo "$GITHUB_OUTPUT"
(echo -n TRIGGER_ALLOWED= && echo 'print("${{ github.ref_name }}")'| python3) >> "$GITHUB_OUTPUT"
echo $GITHUB_OUTPUT
build-api-service-image:
needs: verify-tag
Expand Down

0 comments on commit 6c7a389

Please sign in to comment.