Skip to content

Commit f42e3c2

Browse files
Add immutableCreate option to build-publish workflow
1 parent 0696461 commit f42e3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
token: ${{ secrets.GITHUB_TOKEN }}
7676
tag: v${{ inputs.version }}
7777
commit: ${{ github.sha }}
78+
immutableCreate: true # Do not publish before uploading everything
7879
body: |
7980
# Changes
8081
${{ fromjson(inputs.changelog) }}

0 commit comments

Comments
 (0)