We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381a63c commit 14638dfCopy full SHA for 14638df
.github/workflows/CI.yml
@@ -156,8 +156,6 @@ jobs:
156
- name: Install cargo-zigbuild
157
uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21
158
if: ${{ contains(matrix.settings.target, 'musl') }}
159
- env:
160
- GITHUB_TOKEN: ${{ github.token }}
161
with:
162
tool: cargo-zigbuild
163
- name: Setup OpenHarmony toolchain
@@ -466,8 +464,6 @@ jobs:
466
464
name: cli
467
465
path: ./packages/cli/dist
468
- name: Publish
469
470
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
471
run: |
472
npm install -g npm
473
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$";
0 commit comments