Skip to content

Commit 35503d2

Browse files
committed
export tag
1 parent 02def41 commit 35503d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
env:
3131
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3232
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
33+
34+
- name: Export ENV vars
35+
run:
36+
echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
3337
- name: Create Release
3438
uses: ncipollo/release-action@v1
3539
with:

0 commit comments

Comments
 (0)