Skip to content

Commit

Permalink
Merge pull request #9 from planetscale/ci/gen-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored Apr 21, 2023
2 parents 5bb83c7 + 0656717 commit 7792567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
set -eou pipefail
new_version=$(autotag -v)
gh release create v"${new_version}" --target main
new_version=$(autotag -vn)
gh release create v"${new_version}" --target main --title "v${new_version}" --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7792567

Please sign in to comment.