mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 11:44:13 +02:00
ci: updated release & dev publish
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
a039cca283
commit
d009f014fd
2 changed files with 1 additions and 4 deletions
|
@ -14,9 +14,6 @@ jobs:
|
|||
id: vars
|
||||
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Check outputs
|
||||
run: echo
|
||||
|
||||
- uses: https://github.com/actions/setup-java@v4
|
||||
name: Setup Java
|
||||
with:
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: echo "tag_desc=$(git for-each-ref --format='%(contents)' $GITHUB_REF)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Check outputs
|
||||
run: echo
|
||||
run: echo "short ${{ steps.vars.outputs.sha_short }}, tag ${{ steps.vars2.outputs.tag_desc }}"
|
||||
|
||||
- uses: https://github.com/actions/setup-java@v4
|
||||
name: Setup Java
|
||||
|
|
Loading…
Add table
Reference in a new issue