Update releaseArtifacts.yml
This commit is contained in:
parent
c75efede79
commit
6a9ef7d538
1 changed files with 3 additions and 1 deletions
4
.github/workflows/releaseArtifacts.yml
vendored
4
.github/workflows/releaseArtifacts.yml
vendored
|
@ -3,7 +3,9 @@ name: Release Artifacts
|
|||
on:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
jobs:
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue