ci: add 3x tag instead

This commit is contained in:
Daniel Roe 2024-06-19 16:45:20 +01:00
parent 3a304874d7
commit de06660e08
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,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