Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 18, 2024
1 parent bdaf94d commit f42a0bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

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

- name: Build
run: bun run build
Expand Down

0 comments on commit f42a0bd

Please sign in to comment.