Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 2a6c5db

Browse files
committed
Update release.yml
1 parent 37f5271 commit 2a6c5db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
with:
29-
tag_name: $VERSION
30-
release_name: Watset $VERSION
29+
tag_name: ${{ env.VERSION }}
30+
release_name: Watset ${{ env.VERSION }}
3131
draft: false
3232
prerelease: false
3333
- name: Upload Release Asset
@@ -85,7 +85,7 @@ jobs:
8585
platforms: linux/amd64,linux/arm64
8686
push: ${{ github.event_name != 'pull_request' }}
8787
build-args: |
88-
RELEASE=$VERSION
88+
RELEASE=${{ env.VERSION }}
8989
tags: |
9090
ghcr.io/nlpub/watset-java:latest
91-
ghcr.io/nlpub/watset-java:$VERSION
91+
ghcr.io/nlpub/watset-java:${{ env.VERSION }}

0 commit comments

Comments
 (0)