We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dd2ea commit 4fa1417Copy full SHA for 4fa1417
1 file changed
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - main
+ tags:
+ - 'v*'
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
@@ -14,7 +14,6 @@ jobs:
14
release-npm:
15
name: Publish to npm (Changesets)
16
runs-on: ubuntu-latest
17
- if: github.ref == 'refs/heads/main'
18
permissions:
19
contents: write
20
pull-requests: write
0 commit comments