ci: add 3x tag instead

This commit is contained in:
Daniel Roe 2024-06-19 16:45:20 +01:00
parent 9d5dd54946
commit c0ef279f2d
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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