fix action

This commit is contained in:
Tom Elliott 2025-02-24 16:46:50 +13:00 committed by GitHub
commit 484c64e3e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@ -30,4 +33,3 @@ jobs:
- uses: ncipollo/release-action@v1
with:
bodyFile: "body.md"
token: ${{ secrets.GITHUB_TOKEN }}