Skip to content

Commit

Permalink
build(maven-release): fix plugin semantic release usage
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Audic <audic.gui@gmail.com>
  • Loading branch information
audig committed May 23, 2020
1 parent 4105392 commit 85b9a9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: debug-node
run: export && env

- name: Setup node cache
uses: actions/cache@v1
with:
path: ${{NODE_MODULES}}
key: ${{ runner.os }}-node-semantic
restore-keys: |
${{ runner.os }}-node-
# - name: Setup node cache
# uses: actions/cache@v1
# with:
# path: ${{NODE_MODULES}}
# key: ${{ runner.os }}-node-semantic
# restore-keys: |
# ${{ runner.os }}-node-

- name: Install dependencies
run: npm install -g semantic-release conventional-changelog-conventionalcommits @semantic-release/exec
Expand Down

0 comments on commit 85b9a9d

Please sign in to comment.