diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index b33c198..95bb54d 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -25,7 +25,7 @@ jobs: version: ${{ steps.tag_name.outputs.current_version }} path: ./CHANGELOG.md - name: Create/update release - uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac # tag=v1 + uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1 with: tag: ${{ steps.changelog_reader.outputs.version }} name: Release ${{ steps.changelog_reader.outputs.version }}