Skip to content

Commit

Permalink
Update tag env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Aug 15, 2024
1 parent 3217b33 commit fb28a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "IMAGE_TAG=${TAG_NAME}" >> $GITHUB_ENV
echo "image_tag=${{ env.IMAGE_TAG }}" >> $GITHUB_OUTPUT
echo "image_tag=${TAG_NAME}" >> $GITHUB_OUTPUT
- name: Set is_newest_version
id: rasa_sdk_get_version
Expand Down

0 comments on commit fb28a13

Please sign in to comment.