1 workflow to rule them all
This commit is contained in:
parent
8830674930
commit
8519e00329
@ -12,7 +12,8 @@ jobs:
|
|||||||
- name: Run Luacheck linter
|
- name: Run Luacheck linter
|
||||||
uses: lunarmodules/luacheck@v1
|
uses: lunarmodules/luacheck@v1
|
||||||
|
|
||||||
Deployment:
|
Release:
|
||||||
|
needs: [Linting]
|
||||||
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -44,11 +45,12 @@ jobs:
|
|||||||
id: create_release
|
id: create_release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEATOKEN }}
|
token: ${{ secrets.giteatoken }}
|
||||||
name: AchievementInfo $GITHUB_REF_NAME
|
name: AchievementInfo $GITHUB_REF_NAME
|
||||||
tag_name: $GITHUB_REF_NAME
|
tag_name: $GITHUB_REF_NAME
|
||||||
body_path: AchievementInfo/CHANGELOG.md
|
body_path: AchievementInfo/CHANGELOG.md
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
sha256sum: true
|
||||||
files: |-
|
files: |-
|
||||||
*.zip
|
*.zip
|
Loading…
Reference in New Issue
Block a user