You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
59
-
# with:
60
-
# tag_name: ${{ github.ref }}
61
-
# release_name: Release ${{ github.ref }}
62
-
# draft: true
63
-
# prerelease: true
64
-
# - name: Upload Release Asset
65
-
# id: upload-release-asset
66
-
# uses: actions/upload-release-asset@v1
67
-
# env:
68
-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
-
# with:
70
-
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
61
+
# with:
62
+
# tag_name: ${{ github.ref }}
63
+
# release_name: Release ${{ github.ref }}
64
+
# draft: true
65
+
# prerelease: true
66
+
# - name: Upload Release Asset
67
+
# id: upload-release-asset
68
+
# uses: actions/upload-release-asset@v1
69
+
# env:
70
+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
+
# with:
72
+
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
0 commit comments