Skip to content

Commit

Permalink
chore: publish changelog in gist
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 1, 2023
1 parent df93e4c commit c1413af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
GH_TOKEN: ${{secrets.GH_TOKEN}}
- name: Update changelog in release PR
run: |
PR=$(echo '${{ steps.release.outputs.pr }}' | jq -r .number)
cd z2m
gh pr edit $PR -F ../changelog.txt
gh gist edit bfd4c3d1725a2cccacc11d6ba51008ba -a changelog.txt
env:
GH_TOKEN: ${{ github.token }}
- name: Upload changelog
Expand Down

0 comments on commit c1413af

Please sign in to comment.