Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
alexjoverm committed Mar 2, 2022
1 parent 5976c7b commit e60e8de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: npm run build
- name: Cypress run
run: npm run test:e2e
# - name: Release
# working-directory: lib
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
- name: Release
working-directory: lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit e60e8de

Please sign in to comment.