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
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-x64:rpm:nodep
51
-
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-x64:deb:nodep
52
-
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-x64:pacman:nodep
53
-
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-ia32:rpm:nodep
54
-
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-ia32:deb:nodep
55
-
# #- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-ia32:pacman:nodep
56
-
# #
57
-
# - name: Create Release
58
-
# id: create_release
59
-
# uses: actions/create-release@v1
60
-
# env:
61
-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
62
-
# with:
63
-
# tag_name: rolling-test2 #${{ github.ref }}
64
-
# release_name: Release ${{ github.ref }}
65
-
# body: |
66
-
# Changes in this Release
67
-
# - First Change
68
-
# - Second Change
69
-
# draft: false
70
-
# prerelease: true
71
-
# #
72
-
# - name: Upload Release Asset
73
-
# id: upload-release-asset
74
-
# uses: actions/upload-release-asset@v1
75
-
# env:
76
-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
-
# with:
78
-
# 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
58
+
with:
59
+
tag_name: rolling-test3 #${{ github.ref }}
60
+
release_name: Release ${{ github.ref }}
61
+
body: |
62
+
Changes in this Release
63
+
- First Change
64
+
- Second Change
65
+
draft: false
66
+
prerelease: true
67
+
#
68
+
- name: Upload Release Asset
69
+
id: upload-release-asset
70
+
uses: actions/upload-release-asset@v1
71
+
env:
72
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
+
with:
74
+
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