Skip to content

Commit 8fb3a07

Browse files
committed
chore(pulumi): auto-applied workflow
this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega <[email protected]>
1 parent 87b9aad commit 8fb3a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
contents: write
99
id-token: write
1010
jobs:
11+
1112
changelog:
1213
name: Generate changelog
1314
runs-on: ubuntu-latest
@@ -31,7 +32,7 @@ changelog:
3132
runs-on: ubuntu-latest
3233
needs: [changelog]
3334
- name: Create release as draft
34-
run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }}--draft
35+
run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }} --draft
3536
env:
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738

0 commit comments

Comments
 (0)