Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jun 6, 2024
1 parent b281501 commit f24988d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
export SHA256=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
cat release_notes.md | envsubst > notes.md
env
cat notes.md
gh release create "v$TAG" --title "$TAG" --target $sha --generate-notes --notes notes.md $ARCHIVE
env:
NAME: "rules_poetry"
Expand Down

0 comments on commit f24988d

Please sign in to comment.