Skip to content

Commit

Permalink
fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Aug 1, 2024
1 parent fdbac58 commit a6c2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
VERSION=$(echo ${GITHUB_REF} | sed 's/refs\/tags\///')
echo $VERSION
echo "VERSION={$VERSION#v}" >> $GITHUB_ENV
echo "VERSION=${VERSION#v}" >> $GITHUB_ENV
- name: Get Changelog
run: |
changelog=$(grep -A 1000 "^## \[$VERSION\]" CHANGELOG.md | sed '1d;/^## \[/,$d')
Expand Down

0 comments on commit a6c2085

Please sign in to comment.