Skip to content

Commit

Permalink
ci: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 18, 2024
1 parent 9179938 commit 7c74f05
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 7c74f05

Please sign in to comment.