Skip to content

Commit

Permalink
skip github release when no changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
pho3nixf1re authored Dec 17, 2023
1 parent e70a9bc commit d8c1621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,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 }}
run: |
gh release create "v${{ steps.release.outputs.release }}" --generate-notes

0 comments on commit d8c1621

Please sign in to comment.