We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaf94d commit f42a0bdCopy full SHA for f42a0bd
.github/workflows/release.yml
@@ -15,12 +15,12 @@ jobs:
15
- name: Install dependencies
16
uses: ./.github/actions/install-dependencies
17
18
- - name: Set version
19
- run: |
20
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
21
- git config --global user.name "github-actions[bot]"
22
- npm version patch -m "chore: submit %s to web store"
23
- git push --tags
+ # - name: Set version
+ # run: |
+ # git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ # git config --global user.name "github-actions[bot]"
+ # npm version patch -m "chore: submit %s to web store"
+ # git push --tags
24
25
- name: Build
26
run: bun run build
0 commit comments