Skip to content

Commit

Permalink
release job fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
kilmajster committed Jun 3, 2021
1 parent bc30918 commit 66e75e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/keycloak-username-password-attribute-authenticator-$TAG.jar
asset_name: keycloak-username-password-attribute-authenticator-$TAG.jar
file: target/keycloak-username-password-attribute-authenticator-${{ env.tag }}.jar
asset_name: keycloak-username-password-attribute-authenticator-${{ env.tag }}.jar
tag: ${{ github.ref }}

- name: Build docker init container
Expand Down

0 comments on commit 66e75e2

Please sign in to comment.