Try again.

This commit is contained in:
Andrew Lalis 2023-06-23 21:08:54 +02:00
parent 0c61472b89
commit 99c73fc941
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ jobs:
run: |
mvn -B package --file pom.xml
asset=$(find target/ -type f -name "*jar-with-dependencies.jar")
echo "name=asset_path::$asset" >> $GITHUB_STATE
echo "name=asset_path::$asset" >> $GITHUB_OUTPUT
- name: Extract Tag Version
id: get_version
run: echo "name=tag_version::${GITHUB_REF/refs\/tags\//}" >> $GITHUB_STATE
run: echo "name=tag_version::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release