Skip to content

Commit ea169a2

Browse files
committed
env.tag variable fix
1 parent 199428b commit ea169a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
restore-keys: |
3232
${{ runner.os }}-maven-
3333
34+
- name: Set env variables
35+
run: echo "tag=${{ github.ref_name }}" >> $GITHUB_ENV
36+
3437
- name: Download and unzip JAR file
3538
run: |
3639
mkdir -p lib

0 commit comments

Comments
 (0)