Skip to content

Commit 7a437e0

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 8fb3a07 commit 7a437e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ changelog:
3131
name: Create release as draft
3232
runs-on: ubuntu-latest
3333
needs: [changelog]
34-
- name: Create release as draft
35-
run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }} --draft
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
34+
steps:
35+
- name: Create release as draft
36+
run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }} --draft
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
package:
4141
name: Package

0 commit comments

Comments
 (0)