From 7caad3a7dbfae5db580413271f2af6c35cffeb6d Mon Sep 17 00:00:00 2001 From: Dieter Hubau Date: Mon, 8 Jun 2020 13:24:01 +0200 Subject: [PATCH] Fixed outputs --- .github/workflows/account-service.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/account-service.yml b/.github/workflows/account-service.yml index 468c673..d7b70b0 100644 --- a/.github/workflows/account-service.yml +++ b/.github/workflows/account-service.yml @@ -29,6 +29,7 @@ jobs: run: mvn -B package --file pom.xml working-directory: ./account-service - name: Bump version and push tag + id: tag uses: mathieudutour/github-tag-action@v4.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -36,6 +37,6 @@ jobs: 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 }} \ No newline at end of file