Skip to content

Commit

Permalink
Allow release action to tag and release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 24, 2024
1 parent cf2eb34 commit ec18dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
issues: read
packages: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit ec18dad

Please sign in to comment.