diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fee4cc5..4738769 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: ref: ${{ github.event.inputs.commit_ref }} fetch-depth: 0 - name: create release draft - uses: konveyor/create-release-draft@v1 + uses: konveyor/move2kube-create-release-draft@v1 with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }}