diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d9bbc47b..73a27bbb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,7 +48,7 @@ jobs: run: echo "::set-output name=today::$(date '+%Y%m%d')" - name: Release - uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 with: token: ${{ secrets.REPO_TOKEN }} repository: ${{ env.repo_nightly }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c13da5c4..7fb7d0f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: path: release-assets/ - name: Release - uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 with: token: ${{ secrets.GITHUB_TOKEN }} name: ${{ github.event.inputs.title }}