Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NilashishC authored May 8, 2024
1 parent 4d34e4a commit 43a7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:

- name: Select image tag based on event
shell: bash
run:
run: |
if [[ "${{ github.event_name }}" == 'release' ]]; then
echo "IMAGE_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 43a7037

Please sign in to comment.