Skip to content

Commit

Permalink
Merge pull request #392 from ShotaKitazawa/release
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ShotaKitazawa authored Jan 3, 2024
2 parents 57690b4 + 0daa666 commit eb84913
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push-tag-when-pr-was-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ jobs:
with:
tag: ${{ steps.bump-semver.outputs.new_version }}
message: '${{ steps.bump-semver.outputs.new_version }}: PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}'

- name: Release
if: ${{ steps.release-label.outputs.level != null }}
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit eb84913

Please sign in to comment.