We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2a291 commit bc6addeCopy full SHA for bc6adde
1 file changed
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
node-version: 12
36
- name: Install Semantic Release dependencies
37
run: |
38
- pip install bumpversion
+ sudo apt-get install bumpversion
39
npm install -g semantic-release
40
npm install -g @semantic-release/changelog
41
npm install -g @semantic-release/exec
@@ -47,7 +47,7 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
49
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
- run: npx semantic-release --dry-run
+ run: npx semantic-release # --dry-run
51
- name: Publish to RubyGems
52
if: ${{ github.event.workflow_run.conclusion == 'success' }}
53
0 commit comments