Skip to content

Commit

Permalink
Fix: determine-tags-action by adding shell attribute to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Sep 20, 2024
1 parent 54f3e18 commit 54953c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/determine-tags-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
echo "IS_VERSION_TAG=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}" >> $GITHUB_ENV
# set defaults
echo "IS_LATEST_TAG=false" >> $GITHUB_ENV
shell: bash
- name: "set IS_LATEST_TAG"
if: ( env.IS_VERSION_TAG )
run: |
Expand All @@ -28,3 +29,4 @@ runs:
# set this tag to latest and stable
echo "IS_LATEST_TAG=true" >> $GITHUB_ENV
fi
shell: bash

0 comments on commit 54953c7

Please sign in to comment.