mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix(workflow): Use node that supports PoW for Tangle Release action (#647)
This commit is contained in:
parent
a4b291e44c
commit
94bd1517f3
1
.github/workflows/release-npm.yml
vendored
1
.github/workflows/release-npm.yml
vendored
@ -100,6 +100,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
IOTA_SEED: ${{ secrets.IOTA_SEED }}
|
||||
IOTA_NODE: "https://iotanode.us:14267"
|
||||
with:
|
||||
tag_name: ${{ matrix.package.name }}-v${{ env.PACKAGE_VERSION }}
|
||||
comment: "Release ${{ matrix.package.name }} v${{ env.PACKAGE_VERSION }} [npmjs.com]"
|
||||
|
Loading…
Reference in New Issue
Block a user