We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b5d15 commit 6b3abbeCopy full SHA for 6b3abbe
.github/workflows/package-release.yml
@@ -1,5 +1,8 @@
1
name: Package and Release Tarot Deck
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
workflow_dispatch:
8
push:
@@ -33,11 +36,10 @@ jobs:
33
36
34
37
- name: Create Release
35
38
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
- uses: softprops/action-gh-release@v1
39
+ uses: softprops/action-gh-release@v2
40
with:
41
files: ${{ steps.package.outputs.zip_file }}
42
name: Rider-Waite-Smith Tarot Deck v${{ steps.package.outputs.version }}
- tag_name: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || format('v{0}', steps.package.outputs.version) }}
43
draft: false
44
prerelease: false
45
body: |
0 commit comments