Skip to content

Commit

Permalink
🐛 fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jun 17, 2024
1 parent 4663298 commit e961e64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
tags: |
ghcr.io/traptitech/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
ghcr.io/traptitech/${{ env.IMAGE_NAME }}:latest
- run: |
- name: Generate release note
run: |
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--generate-notes \
main.js manifest.json styles.css
gh release create "$tag" --generate-notes
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit e961e64

Please sign in to comment.