fix action

This commit is contained in:
Tom Elliott 2025-02-24 16:23:52 +13:00
parent 593ee56553
commit 688e239dc4

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 }}