Skip to content

Commit

Permalink
Merge pull request #34 from bci-oss/bug/fix-maven-install
Browse files Browse the repository at this point in the history
Modify build step in release workflow
  • Loading branch information
eriksven authored Oct 11, 2021
2 parents 2e70238 + 1c7560e commit 9d03256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git commit -m "Add version ${{ github.event.inputs.release_version }}"
git push origin ${{ env.release_branch_name }}
- name: Run tests and build
run: mvn clean package
run: mvn clean install
- name: Create GitHub release
uses: softprops/action-gh-release@v1
id: sds_sdk_release
Expand Down

0 comments on commit 9d03256

Please sign in to comment.