Skip to content

Commit bc6adde

Browse files
update bump
1 parent 5e2a291 commit bc6adde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 12
3636
- name: Install Semantic Release dependencies
3737
run: |
38-
pip install bumpversion
38+
sudo apt-get install bumpversion
3939
npm install -g semantic-release
4040
npm install -g @semantic-release/changelog
4141
npm install -g @semantic-release/exec
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50-
run: npx semantic-release --dry-run
50+
run: npx semantic-release # --dry-run
5151
- name: Publish to RubyGems
5252
if: ${{ github.event.workflow_run.conclusion == 'success' }}
5353
env:

0 commit comments

Comments
 (0)