Skip to content

Commit

Permalink
ci: test release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Oct 26, 2024
1 parent 0395548 commit b2feb8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
name: Build and Create Tagged release
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Install archive tools
run: sudo apt install zip
Expand Down Expand Up @@ -51,6 +54,8 @@ jobs:
pnpm version ${{ github.ref_name }} --git-tag-version false
- name: Update repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git add .
git commit -am '${{ github.ref_name }}'
Expand Down

0 comments on commit b2feb8d

Please sign in to comment.