diff --git a/.github/workflows/build-tag-release.yaml b/.github/workflows/build-tag-release.yaml index f869200..c73f7cd 100644 --- a/.github/workflows/build-tag-release.yaml +++ b/.github/workflows/build-tag-release.yaml @@ -120,7 +120,7 @@ jobs: - name: Update release if: ${{ steps.changed.outcome == 'success' }} - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1 with: allowUpdates: true updateOnlyUnreleased: true