This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 4343 - name : Publish NPM Package
4444 working-directory : cli
4545 run : >
46- npm publish
47- --provenance
48- --access public
49- --tag ${{ steps.parse_cli_version.outputs.npm_tag }}
46+ npm publish --tag ${{ steps.parse_cli_version.outputs.npm_tag }} --access public
47+ --provenance
5048 env :
5149 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5250 - name : Create Release
Original file line number Diff line number Diff line change 4141 - name : Publish NPM Package
4242 working-directory : sdk/assemblyscript/src
4343 run : >
44- npm publish
45- --provenance
46- --access public
47- --tag ${{ steps.parse_sdk_version.outputs.npm_tag }}
44+ npm publish --tag ${{ steps.parse_sdk_version.outputs.npm_tag }} --access public
45+ --provenance
4846 env :
4947 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5048 - name : Create Release
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2025-01-07 - CLI 0.16.4
4+
5+ No changes. Re-released previous version to fix release issue.
6+
7+ ## 2025-01-07 - AssemblyScript SDK 0.16.2
8+
9+ No changes. Re-released previous version to fix release issue.
10+
311## 2025-01-07 - CLI 0.16.3
412
513- chore: use ` toolchain ` to set Go version [ #684 ] ( https://github.com/hypermodeinc/modus/pull/684 )
You can’t perform that action at this time.
0 commit comments