Skip to content

Commit

Permalink
Allow github action to upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvankodev committed Nov 7, 2024
1 parent 96bc348 commit 2516ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
release:
types: [created]

# We need this to be able to create releases.
permissions:
contents: write

jobs:
release:
Expand Down

0 comments on commit 2516ffa

Please sign in to comment.