Skip to content

Commit

Permalink
Fixed release tag workflow (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchawnnDev authored Apr 7, 2024
1 parent fe1ca2c commit e2e2593
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
release:
runs-on: ${{ matrix.os }}
permissions:
contents: write
pull-requests: write
repository-projects: write

strategy:
matrix:
Expand Down Expand Up @@ -42,9 +46,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this release:
- Describe your changes here.

- name: Upload Windows Artifact
id: upload-windows-artifact
Expand Down

0 comments on commit e2e2593

Please sign in to comment.