diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml index c8f658dcc1..cb1f4bc587 100644 --- a/.github/workflows/push_main.yml +++ b/.github/workflows/push_main.yml @@ -148,7 +148,7 @@ jobs: git tag $RELEASED_VERSION git push origin $RELEASED_VERSION - name: Create Release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af if: success() with: token: ${{ secrets.GITHUB_TOKEN }}