diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index 24a84f3..f0e2106 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -63,7 +63,7 @@ jobs: # but “Publish release” needs the updated file. run: git switch "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}" - name: Publish release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: