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
63
+
draft: false
64
+
prerelease: false
65
+
66
+
# Upload the packaged .tgz file as a release asset
40
67
- name: Upload Release Asset
41
-
if: steps.update_tag.outputs.tagname
42
-
id: upload-release-asset
68
+
if: steps.update_tag.outputs.tagname != ''
43
69
uses: actions/upload-release-asset@v4
44
70
env:
45
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
72
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