Revert "chore: bypass version creation temporarily"
This reverts commit d74869cb94
.
This commit is contained in:
parent
a9b8757106
commit
51ab8c6fc4
1 changed files with 11 additions and 11 deletions
22
.github/workflows/application.yml
vendored
22
.github/workflows/application.yml
vendored
|
@ -143,17 +143,17 @@ jobs:
|
|||
pattern: '([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?\w*'
|
||||
replace-with: '$1'
|
||||
|
||||
# - name: Create ATLauncher Version
|
||||
# uses: ATLauncher/release-atlauncher-action@master
|
||||
# if: ${{ !endsWith(steps.version.outputs.text, '.Beta') }}
|
||||
# with:
|
||||
# api-key: ${{ secrets.ATLAUNCHER_API_KEY }}
|
||||
# version: ${{ steps.clean-version.outputs.replaced }}
|
||||
# changelog: ${{ env.cleaned-changelog }}
|
||||
# files: |
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.exe
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.zip
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.jar
|
||||
- name: Create ATLauncher Version
|
||||
uses: ATLauncher/release-atlauncher-action@master
|
||||
if: ${{ !endsWith(steps.version.outputs.text, '.Beta') }}
|
||||
with:
|
||||
api-key: ${{ secrets.ATLAUNCHER_API_KEY }}
|
||||
version: ${{ steps.clean-version.outputs.replaced }}
|
||||
changelog: ${{ env.cleaned-changelog }}
|
||||
files: |
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.exe
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.zip
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.jar
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Reference in a new issue