-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.0' into feat/split-secret-manage
- Loading branch information
Showing
287 changed files
with
5,405 additions
and
41,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Install wasm-bindgen-cli | ||
uses: jetli/[email protected] | ||
with: | ||
version: "0.2.89" | ||
version: "0.2.90" | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
|
@@ -46,18 +46,19 @@ jobs: | |
shell: sh | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
run: npm publish --access public | ||
run: yarn publish --access public | ||
|
||
- name: Prepare Github release | ||
id: prepare_release | ||
run: | | ||
yarn pack | ||
echo "tag_name=iota-sdk-wasm-v$(npm pkg get version --workspaces=false | tr -d \")" >> "$GITHUB_OUTPUT" | ||
echo "tag_name=iota-sdk-wasm-v$(cat package.json | jq -r '.version')" >> "$GITHUB_OUTPUT" | ||
- name: Upload package to Github release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
# Token expires Jan 25, 2025 | ||
token: ${{ secrets.GH_RELEASE_PUBLISH_PAT }} | ||
body: "https://github.com/iotaledger/iota-sdk/blob/develop/bindings/wasm/CHANGELOG.md \n https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md" | ||
files: bindings/wasm/*.tgz | ||
tag_name: ${{ steps.prepare_release.outputs.tag_name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Install wasm-bindgen-cli | ||
uses: jetli/[email protected] | ||
with: | ||
version: "0.2.89" | ||
version: "0.2.90" | ||
|
||
- name: Set Up Node.js ${{ matrix.node }} and Yarn Cache | ||
uses: actions/setup-node@v3 | ||
|
Oops, something went wrong.