Skip to content

Commit cad6121

Browse files
committed
Correct release process
1 parent 6888d3e commit cad6121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Create and upload release
3737
run: |
38-
gh release create ${{ github.ref_name }} json-outputs-${{ env.SAFE_TAG_NAME }}.zip
38+
gh release create ${{ github.ref_name }} json-outputs-${{ env.SAFE_TAG_NAME }}.zip \
3939
--title ${{ env.SAFE_TAG_NAME }}
4040
env:
4141
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)