Skip to content

Commit

Permalink
get tag mo betta
Browse files Browse the repository at this point in the history
  • Loading branch information
vmorganp committed Feb 8, 2024
1 parent 3ed876a commit 203ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Extract tag from release name
id: extract_tag
run: |
echo "tag=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_OUTPUT
echo "tag=$(echo $GITHUB_REF | sed 's|refs/tags/v||')" >> $GITHUB_OUTPUT
- name: Tag and Push Image
run: |
Expand Down

0 comments on commit 203ccfd

Please sign in to comment.