We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808ba54 commit 4feb15aCopy full SHA for 4feb15a
.github/workflows/releace.yml
@@ -68,13 +68,10 @@ jobs:
68
draft: false
69
prerelease: false
70
71
- - name: Upload Asset to Release
72
- id: upload_release_asset
73
- uses: actions/upload-release-asset@v1
74
- env:
75
- GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
+ - name: Release
+ uses: softprops/action-gh-release@v1
+ if: startsWith(github.ref, 'refs/tags/')
76
with:
77
- upload_url: ${{ steps.create_release.outputs.id }}
78
- asset_path: path/to/artifact/book.pdf
79
- asset_name: book.pdf
80
- asset_content_type: application/pdf
+ files: path/to/artifact/book.pdf
+ env:
+ GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
CHANGELOG.md
@@ -0,0 +1 @@
1
+kk
0 commit comments