Skip to content

Commit b8c9db0

Browse files
committed
release job fix4
1 parent 66e75e2 commit b8c9db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
uses: svenstaro/upload-release-action@v2
5050
with:
5151
repo_token: ${{ secrets.GITHUB_TOKEN }}
52-
file: target/keycloak-username-password-attribute-authenticator-${{ env.tag }}.jar
53-
asset_name: keycloak-username-password-attribute-authenticator-${{ env.tag }}.jar
52+
file: target/keycloak-username-password-attribute-authenticator-${{ env.TAG }}.jar
53+
asset_name: keycloak-username-password-attribute-authenticator-${{ env.TAG }}.jar
5454
tag: ${{ github.ref }}
5555

5656
- name: Build docker init container

0 commit comments

Comments
 (0)