Update .gitea/workflows/release.yml
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1m55s
CI / ci (pull_request) Successful in 4m18s
Release / Create Release (push) Successful in 12s
Release / Print Release (push) Successful in 3s
Release / Publish Docker Images (push) Successful in 51s

This commit is contained in:
Luke Tainton 2025-02-09 23:04:10 +01:00
parent c69ca9762e
commit 7bb6af0145

View File

@ -7,13 +7,13 @@ on:
- main - main
jobs: jobs:
test: # test:
name: Test # name: Test
uses: ./.gitea/workflows/ci.yml@main # uses: ./.gitea/workflows/ci.yml@main
create_release: create_release:
name: Create Release name: Create Release
needs: test # needs: test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
secrets: secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }} ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}