mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
chore: Fix publish action
This commit is contained in:
parent
5243cdb035
commit
d4e21fcb78
4
.github/workflows/publish-core.yml
vendored
4
.github/workflows/publish-core.yml
vendored
@ -491,7 +491,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Tag npm release (nightly)
|
- name: Tag npm release (nightly)
|
||||||
if: ${{ contains(github.ref, 'nightly') }}
|
if: ${{ contains(github.ref, 'nightly') }}
|
||||||
run: echo "NPM_TAG=nightly" >> $GITHUB_EN
|
run: echo "NPM_TAG=nightly" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
@ -540,7 +540,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Tag npm release (nightly)
|
- name: Tag npm release (nightly)
|
||||||
if: ${{ contains(github.ref, 'nightly') }}
|
if: ${{ contains(github.ref, 'nightly') }}
|
||||||
run: echo "NPM_TAG=nightly" >> $GITHUB_EN
|
run: echo "NPM_TAG=nightly" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user