File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed
Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# # Runs the release-please action for all new pushes to the main branch.
16- # # This will create new release-PRs, create GitHub releases, update
17- # # the CHANGELOG.md, and upload /dist to the Cloud bucket.
16+ # # This updates the CHANGELOG.md, and uploads the contents of /dist to
17+ # # the Cloud bucket. It does NOT release to Node, but it provides
18+ # # handy version incrementing which is useful for us.
1819
1920on :
2021 push :
7475 bash ./upload-to-bucket.sh
7576 env :
7677 GOOGLE_APPLICATION_CREDENTIALS : ${{ secrets.GOOGLE_CLOUD_CREDENTIALS }}
77-
78- # NPM Publishing (unchanged)
79- - if : ${{ steps.release.outputs.release_created }}
80- name : Setup Node for Publishing
81- uses : actions/setup-node@v3
82- with :
83- node-version : 20
84- registry-url : " https://wombat-dressing-room.appspot.com/"
85-
86- - if : ${{ steps.release.outputs.release_created }}
87- name : Publish
88- run : npm publish
89- env :
90- NODE_AUTH_TOKEN : ${{ secrets.NPM_WOMBAT_TOKEN }}
91-
92- - if : ${{ steps.release.outputs.release_created }}
93- name : Upload to Cloud Bucket
94- run : |
95- bash ./upload-to-bucket.sh
96- env :
97- GOOGLE_APPLICATION_CREDENTIALS : ${{ secrets.GOOGLE_CLOUD_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments