Skip to content

Commit

Permalink
Fixed outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbots committed Jun 8, 2020
1 parent cd9b832 commit 7caad3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/account-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
run: mvn -B package --file pom.xml
working-directory: ./account-service
- name: Bump version and push tag
id: tag
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: account-service/target/account-service.jar
tag_name: ${{ outputs.new_tag }}
tag_name: ${{ steps.tag.outputs.new_tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7caad3a

Please sign in to comment.