Skip to content

Commit

Permalink
output tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent d731f71 commit 238d7ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "SOURCE_TAG_NO_V_PREFIX=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- run: |
echo "tag: ${{ env.SOURCE_TAG_NO_V_PREFIX }}"
file-changes:
runs-on: ubuntu-22.04
needs: munch-tags
Expand Down

0 comments on commit 238d7ff

Please sign in to comment.