Skip to content

Commit

Permalink
Update release_on_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 25, 2024
1 parent 632c12e commit 71a67ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: PyProject and create tag
id: create-tag
env:
VERSION: ${{ (echo $github.event.head_commit.message | cut -d ":" -f2) }}
VERSION: ${{ $(echo $github.event.head_commit.message | cut -d ":" -f2) }}
run: |

Check failure on line 26 in .github/workflows/release_on_tag.yml

View workflow job for this annotation

GitHub Actions / build-linux (3.8)

26:15 [trailing-spaces] trailing spaces

Check failure on line 26 in .github/workflows/release_on_tag.yml

View workflow job for this annotation

GitHub Actions / build-linux (3.9)

26:15 [trailing-spaces] trailing spaces

Check failure on line 26 in .github/workflows/release_on_tag.yml

View workflow job for this annotation

GitHub Actions / build-linux (3.10)

26:15 [trailing-spaces] trailing spaces

Check failure on line 26 in .github/workflows/release_on_tag.yml

View workflow job for this annotation

GitHub Actions / build-linux (3.11)

26:15 [trailing-spaces] trailing spaces
poetry version ${{ env.VERSION }}
git tag -a ${{ env.VERSION }} -m ${{ env.VERSION }}
Expand Down

0 comments on commit 71a67ae

Please sign in to comment.