Skip to content

Commit

Permalink
set job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Nov 26, 2023
1 parent ea4d46b commit 9d6e375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-create-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

permissions:
contents: write

name: Create Release
jobs:
Expand Down

0 comments on commit 9d6e375

Please sign in to comment.