Skip to content

Commit 77abd05

Browse files
committed
using latest tag
1 parent 2543873 commit 77abd05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ jobs:
3636
sbt "release with-defaults release-version ${{ github.event.inputs.release_version }}"
3737
- name: Build
3838
run: sbt assembly
39-
- name: Release
39+
- name: Latest tag
40+
uses: actions-ecosystem/action-get-latest-tag@v1
41+
id: get-latest-tag
42+
- name: Github Release
4043
uses: softprops/action-gh-release@v1
4144
with:
45+
tag_name: ${{ steps.get-latest-tag.outputs.tag }}
4246
files: |
4347
target/scala-3.1.2/polystat.jar

0 commit comments

Comments
 (0)