Skip to content

Commit

Permalink
fix: release permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joekiller committed Mar 10, 2024
1 parent a2c1770 commit e49b51f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Expand Up @@ -3,6 +3,8 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e49b51f

Please sign in to comment.