Skip to content

Commit

Permalink
Merge pull request #19 from pho3nixf1re:more-fixes
Browse files Browse the repository at this point in the history
release notes still not posting
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
2 parents 1b03b4a + fadc6cf commit 7df232e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-bags-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

fix github release notes
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
git push --follow-tags
echo "release=$(jq -r '.releases[0].commits[0].hash' changesets.json)" >> $GITHUB_OUTPUT
- name: Create github release notes
if: ${{ steps.set_release.outputs.release }}
if: ${{ steps.release.outputs.release }}
run: |
gh release create "v${{ steps.release.outputs.release }}" --generate-notes

0 comments on commit 7df232e

Please sign in to comment.