Skip to content

Commit

Permalink
ci(web): fix tag name (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-tt authored Nov 22, 2024
1 parent 19aa06f commit cc39982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Get options
id: options
env:
TAG: ${{ needs.info.outputs.tag_short }}
TAG: ${{ needs.info.outputs.new_tag_short }}
NAME: ${{ needs.info.outputs.name }}
SHA: ${{ needs.info.outputs.sha_short }}
run: |
Expand Down

0 comments on commit cc39982

Please sign in to comment.