Skip to content

Commit

Permalink
fix(deploy): add exec component
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre authored Nov 5, 2021
1 parent a227cdf commit 83b02ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
node-version: 14.x
- name: Install Semantic release and maven-semantic-release plugin
run: |
npm install -g semantic-release \
@conveyal/maven-semantic-release @semantic-release/git \
@semantic-release/changelog
npm install -g semantic-release \
@semantic-release/exec \
@semantic-release/git
- name: Run semantic release to bump version and create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 83b02ef

Please sign in to comment.