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
draft: false # Default value, but nice to set explicitly
39
-
prerelease: false # Default value, but nice to set explicitly
64
+
draft: false
65
+
prerelease: false
66
+
67
+
# Upload the packaged .tgz file as a release asset
40
68
- name: Upload Release Asset
41
-
if: steps.update_tag.outputs.tagname
42
-
id: upload-release-asset
69
+
if: steps.update_tag.outputs.tagname != ''
43
70
uses: actions/upload-release-asset@v1
44
71
env:
45
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
73
with:
47
-
upload_url: ${{ steps.create_release.outputs.upload_url }}# This pulls from the CREATE RELEASE step above, referencing its 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