mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Fix typo in release yaml
This commit is contained in:
parent
d34c6fee03
commit
64ee27cb49
1 changed files with 1 additions and 3 deletions
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
|
|
@ -14,11 +14,9 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
# Build a fresh set of artifacts
|
||||
build-artifacts:
|
||||
uses: hashicorp/packer/.github/workflows/build.yml@main
|
||||
|
|
|
|||
Loading…
Reference in a new issue