diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 888e09e..6973d77 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -63,7 +63,7 @@ jobs: run: git describe --tags --exact-match - name: Create Release Draft - uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d + uses: softprops/action-gh-release@0ab9029cac4874ac25cd2d941052851bef4d66f4 if: steps.no-bump.outcome == 'success' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}