From e6e4ffe9abf8d657c0d642e9293006dc8f415c8c Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Tue, 27 Aug 2024 23:59:52 +1000 Subject: [PATCH] fail --- .github/workflows/deploy.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d382557..1fe167e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,11 +72,9 @@ jobs: run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Create Release - uses: actions/create-release@v1 + uses: elgohr/Github-Release-Action@v5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }} with: - tag_name: release-${{ steps.date.outputs.DATE }} - release_name: Release ${{ steps.date.outputs.DATE }} - draft: false - prerelease: false \ No newline at end of file + title: Release ${{ steps.date.outputs.DATE }} + tag: release-${{ steps.date.outputs.DATE }} \ No newline at end of file