diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index 88e7408e..d9f27316 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -56,7 +56,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: "packer/hashicorp/vmware" + integration_identifier: "packer/vmware/vmware" release_version: ${{ needs.strip-version.outputs.packer-version }} release_sha: ${{ github.event.inputs.branch }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index 5fc8a5f0..831eea26 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -49,7 +49,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: "packer/hashicorp/vmware" + integration_identifier: "packer/vmware/vmware" release_version: ${{ needs.strip-version.outputs.packer-version }} release_sha: ${{ github.ref }} github_token: ${{ secrets.GITHUB_TOKEN }}