Skip to content

Commit

Permalink
Fix release pipeline (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Aug 31, 2024
1 parent a043679 commit 370d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
# Generate the release notes
sed 's/{version}/${{env.RELEASE_VERSION}}/g' ${{ github.workspace }}/.github/release_notes.template \
| sed 's/{sha256_base64}/${{env.ARCHIVE_SHA256_BASE64}}/g' \
| sed 's#{sha256_base64}#${{ env.ARCHIVE_SHA256_BASE64 }}#g' \
> ${{ github.workspace }}/.github/release_notes.txt
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 370d3ac

Please sign in to comment.