diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3629ccf..e02b169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: name: "gopogh.exe" path: ./out/gopogh.exe - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: