We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2543873 commit 77abd05Copy full SHA for 77abd05
.github/workflows/release.yml
@@ -36,8 +36,12 @@ jobs:
36
sbt "release with-defaults release-version ${{ github.event.inputs.release_version }}"
37
- name: Build
38
run: sbt assembly
39
- - name: Release
+ - name: Latest tag
40
+ uses: actions-ecosystem/action-get-latest-tag@v1
41
+ id: get-latest-tag
42
+ - name: Github Release
43
uses: softprops/action-gh-release@v1
44
with:
45
+ tag_name: ${{ steps.get-latest-tag.outputs.tag }}
46
files: |
47
target/scala-3.1.2/polystat.jar
0 commit comments