Skip to content

Commit 4a13076

Browse files
committed
fix: Add tag name
1 parent 39cd4aa commit 4a13076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
test:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
@@ -30,6 +30,7 @@ jobs:
3030
- name: Create GitHub Release
3131
uses: softprops/action-gh-release@v1
3232
with:
33+
tag_name: ${{ steps.tag_version.outputs.new_tag }}
3334
files: build/libs/*.jar
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)