diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6e1b46..42d5e7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: name: ${{ needs.build.outputs.artifact_name }} path: dist/ - name: Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GH_TOKEN }} fail_on_unmatched_files: true