Skip to content

Commit

Permalink
Fix release pipeline permissions (#3)
Browse files Browse the repository at this point in the history
* Add pipeline

* Add install node

* Added pipeline echos

* Bumped version to v1.1.1

* Fixed spacing

* Fixed release pipeline permissions
  • Loading branch information
Caesar2011 committed Nov 28, 2023
1 parent d0d2dd3 commit 032c740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 032c740

Please sign in to comment.