Skip to content

Commit

Permalink
fixing publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Sep 6, 2023
1 parent 31a267e commit 7fc73be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo "::set-output name=RELEASE_TYPE::$(echo "${{ steps.get_version.outputs.VERSION }}" | awk 'BEGIN{release_type="release"} /beta|alpha/{release_type="alpha"} END{print release_type}')"
- name: Set File Name
id: filename
id: file_name
shell: bash
run: |
echo "::set-output name=FILE_NAME::$(echo randomloot-$(echo "${{ steps.get_version.outputs.VERSION }}" | grep -o '[0-9]\.[0-9]\.[0-9]').jar)"
Expand Down

0 comments on commit 7fc73be

Please sign in to comment.