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 03e62b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Set image_tag
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=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "image_tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Set is_newest_version
id: rasa_sdk_get_version
Expand Down

0 comments on commit 03e62b9

Please sign in to comment.