Skip to content

Commit 5f6c275

Browse files
committed
ci: apply 3x tag to latest v3 release
1 parent b0f2895 commit 5f6c275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: 🛠 Build and release project
4242
run: ./scripts/release.sh
4343
env:
44+
TAG: ${{ startsWith(github.event.pull_request.head.ref, 'v3.') && '3x' || 'latest' }}
4445
NODE_AUTH_TOKEN: ${{secrets.RELEASE_NODE_AUTH_TOKEN}}
4546
NPM_CONFIG_PROVENANCE: true
4647

0 commit comments

Comments
 (0)