Skip to content

Commit

Permalink
fix(release): set the correct permissions for creating alpha releases (
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 12, 2023
1 parent 268bbed commit 778c320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
publish-alpha:
name: Create an alpha release
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ !startsWith(github.event.ref, 'refs/tags/v') }}
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 778c320

Please sign in to comment.