diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 976cd47a..55456e23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: uses: jaywcjlove/changelog-generator@main - name: Deploy Website - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' @@ -60,8 +60,8 @@ jobs: uses: ncipollo/release-action@v1 if: steps.create_tag.outputs.successful with: - token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true + token: ${{ secrets.GITHUB_TOKEN }} name: ${{ steps.create_tag.outputs.version }} tag: ${{ steps.create_tag.outputs.version }} body: |