Skip to content

Commit

Permalink
Merge pull request #680 from traPtitech/remove/generate-release-note-…
Browse files Browse the repository at this point in the history
…step

remove generating release note step
  • Loading branch information
ras0q authored Jun 18, 2024
2 parents b12e3c6 + e1aadc7 commit 0ad2c67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,3 @@ jobs:
tags: |
ghcr.io/traptitech/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
ghcr.io/traptitech/${{ env.IMAGE_NAME }}:latest
- name: Generate release note
run: |
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" --generate-notes
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 0ad2c67

Please sign in to comment.