Skip to content

Commit c0ef279

Browse files
committed
ci: add 3x tag instead
1 parent 9d5dd54 commit c0ef279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
path: packages
290290

291291
- name: Release Edge
292-
run: ./scripts/release-edge.sh 4x
292+
run: ./scripts/release-edge.sh ${{ github.ref == 'refs/heads/main' && 'latest' || '3x' }}
293293
env:
294294
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
295295
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)