diff --git a/workflow-templates/maven-release-v2.yaml b/workflow-templates/maven-release-v2.yaml index 425963e..50182cf 100644 --- a/workflow-templates/maven-release-v2.yaml +++ b/workflow-templates/maven-release-v2.yaml @@ -191,7 +191,7 @@ jobs: permissions: contents: write if: ${{ needs.deploy.result == 'success' }} - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 with: version: ${{ needs.deploy.outputs.release-version }} publish: true diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index 80376e4..fc8ca07 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -144,7 +144,7 @@ jobs: name: "Create GitHub Release" if: ${{ !inputs.dry-run }} needs: [tag] - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 with: version: ${{ github.event.inputs.version }} publish: false diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index 3fc6055..c2ee565 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -118,7 +118,7 @@ jobs: contents: write pull-requests: write needs: [publish] - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 with: version: ${{ needs.publish.outputs.published-version }} publish: true