diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 5186432..edb0a73 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -27,7 +27,7 @@ jobs: - uses: hustcer/setup-nu@v3 with: - version: 0.98.0 + version: * - name: Publish to NPM run: nu nu/npm.nu each --sync @@ -55,7 +55,7 @@ jobs: - uses: hustcer/setup-nu@v3 with: - version: 0.98.0 + version: * - name: Publish the base package continue-on-error: true diff --git a/.github/workflows/sync-base.yml b/.github/workflows/sync-base.yml index 1685dbb..3ced1bd 100644 --- a/.github/workflows/sync-base.yml +++ b/.github/workflows/sync-base.yml @@ -26,7 +26,7 @@ jobs: - uses: hustcer/setup-nu@v3 with: - version: 0.98.0 + version: * - name: Publish the base package continue-on-error: true