diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index e88ef4220..c0a42805d 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -48,7 +48,7 @@ jobs: - name: Release if: github.event_name != 'pull_request' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ github.ref == 'refs/heads/master' && 'Nightly' || github.ref_name }} tag_name: ${{ github.ref == 'refs/heads/master' && 'nightly' || github.ref_name }}