Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DAMcraft committed Dec 18, 2023
1 parent c3344b1 commit 0ef6d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "short_sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
echo "file=$(ls build/libs/*.jar | head -n 1)" >> $GITHUB_OUTPUT
echo "file_name=$(ls build/libs/*.jar | head -n 1 | xargs -n 1 basename)" >> $GITHUB_OUTPUT
echo "version=$(ls build/libs/*.jar | head -n 1 | xargs -n 1 basename | cut -d '-' -f 2 | cut -d '.' -f 1-3)" >> $GITHUB_OUTPUT
echo "version=$(ls build/libs/*.jar | head -n 1 | xargs -n 1 basename | cut -d '-' -f 3 | cut -d '.' -f 1-3)" >> $GITHUB_OUTPUT
- name: Build Changelog
id: github_release
Expand All @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Dev Build (Based on ${{ steps.pretty_result.outputs.version }})}}
name: Dev Build (Based on ${{ steps.pretty_result.outputs.version }})
tag_name: latest
prerelease: true
draft: false
Expand Down

0 comments on commit 0ef6d6a

Please sign in to comment.