diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 0c7d90c..33bd8c5 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -12,7 +12,8 @@ jobs: - name: Run Luacheck linter uses: lunarmodules/luacheck@v1 - Deployment: + Release: + needs: [Linting] if: ${{ ! startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest steps: @@ -44,11 +45,12 @@ jobs: id: create_release uses: akkuman/gitea-release-action@v1 with: - token: ${{ secrets.GITEATOKEN }} + token: ${{ secrets.giteatoken }} name: AchievementInfo $GITHUB_REF_NAME tag_name: $GITHUB_REF_NAME body_path: AchievementInfo/CHANGELOG.md draft: true prerelease: false + sha256sum: true files: |- *.zip \ No newline at end of file