mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix: publish workflow name and parse error (#864)
This commit is contained in:
parent
f8081c0e34
commit
0e8cd1db34
@ -1,4 +1,4 @@
|
||||
name: release-npm
|
||||
name: version or publish
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
- run: echo ::set-env name=PUBLISHED::$(jq '.${{ matrix.package.name }}.command' ${{ needs.version-or-publish.outputs.covector.change }})
|
||||
- run: echo ::set-env name=PACKAGE_VERSION::$(jq '.${{ matrix.package.name }}.pkg.pkgFile.version' ${{ needs.version-or-publish.outputs.covector.change }})
|
||||
- name: Tangle Release
|
||||
if: env.PUBLISHED != 'false' && !startsWith(env.PUBLISHED, "parse error") && !startsWith(env.PACKAGE_VERSION, "parse error")
|
||||
if: env.PUBLISHED != 'false' && !startsWith(env.PUBLISHED, 'parse error') && !startsWith(env.PACKAGE_VERSION, 'parse error')
|
||||
id: tangle_release
|
||||
uses: iotaledger/gh-tangle-release@v0.6.2
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user