Skip to content

Commit

Permalink
Test removal of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 5, 2023
1 parent 3ddbe9b commit 63555da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Extract major tag
id: extract-major
run: >-
echo "major_tag=$(echo ${{ steps.bump-version.outputs.new_tag }} |
cut -d'.' -f1)" >> $GITHUB_OUTPUT
echo major_tag=$(echo ${{ steps.bump-version.outputs.new_tag }} |
cut -d'.' -f1) >> $GITHUB_OUTPUT
# this is done manually as need a non-annotated tag
# TODO: replace with https://github.com/actions/publish-action
Expand Down

0 comments on commit 63555da

Please sign in to comment.