mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
ci: add 3x tag instead
This commit is contained in:
parent
9d5dd54946
commit
c0ef279f2d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -289,7 +289,7 @@ jobs:
|
||||
path: packages
|
||||
|
||||
- name: Release Edge
|
||||
run: ./scripts/release-edge.sh 4x
|
||||
run: ./scripts/release-edge.sh ${{ github.ref == 'refs/heads/main' && 'latest' || '3x' }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
|
Loading…
Reference in New Issue
Block a user