diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8179313..639b85d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ permissions: pull-requests: write contents: write - uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.1 + uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.2 build: if: always() needs: ['release-draft'] diff --git a/.github/workflows/release-drafter-go.yaml b/.github/workflows/release-drafter-go.yaml index 3be11a7..33200ca 100644 --- a/.github/workflows/release-drafter-go.yaml +++ b/.github/workflows/release-drafter-go.yaml @@ -152,7 +152,7 @@ jobs: draft-release: name: Draft Release uses: >- - coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.1 + coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.2 with: config-name: "${{ inputs.config-name }}" commitish: "${{ inputs.commitish }}"