chore: remove IOTA publish action (#1453)

Co-authored-by: nothingismagick <denjell@mailscript.com>
This commit is contained in:
Jacob Bolda 2021-04-12 06:47:19 -05:00 committed by GitHub
parent aea614587b
commit dea9cd3d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,36 +97,3 @@ jobs:
labels: "new release"
body: |
These are the updated docs from the most recent release.
tangle:
runs-on: ubuntu-latest
needs: version-or-publish
if: needs.version-or-publish.outputs.successfulPublish == 'true'
strategy:
fail-fast: false
matrix:
package:
- name: cli.js
registryName: \@tauri-apps/cli
- name: tauri-bundler
registryName: tauri-bundler
- name: tauri-utils
registryName: tauri-utils
- name: tauri-core
registryName: tauri
steps:
- uses: actions/checkout@v2
- run: echo "PUBLISHED=$(jq '.${{ matrix.package.name }}.command' ${{ needs.version-or-publish.outputs.change }})" >> $GITHUB_ENV
- run: echo "PACKAGE_VERSION=$(jq '.${{ matrix.package.name }}.pkg.pkgFile.version' ${{ needs.version-or-publish.outputs.change }})" >> $GITHUB_ENV
- name: Tangle Release
if: env.PUBLISHED != 'false' && startsWith(env.PUBLISHED, 'parse error') != true && startsWith(env.PACKAGE_VERSION, 'parse error') != true
id: tangle_release
uses: iotaledger/gh-tangle-release@v0.6.2
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 }}"