diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index dac76cd..ce8ba08 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -44,7 +44,7 @@ jobs: with: # The integration identifier will be used by the Packer team to register the integration # the expected format is packer// - integration_identifier: "packer/veertuinc/packer-plugin-veertu-anka" + integration_identifier: "packer/veertuinc/anka" release_version: ${{ github.event.inputs.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 7eb1e4e..4a57c80 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -48,7 +48,7 @@ jobs: with: # The integration identifier will be used by the Packer team to register the integration # the expected format is packer// - integration_identifier: "packer/veertuinc/packer-plugin-veertu-anka" + integration_identifier: "packer/veertuinc/anka" release_version: ${{ needs.strip-version.outputs.packer-version }} release_sha: ${{ github.ref }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 3155421..2add91b 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -7,7 +7,7 @@ integration { name = "Anka" description = "This is a packer plugin for building macOS VM templates and tags using the Anka Virtualization CLI" - identifier = "packer/veertuinc/packer-plugin-veertu-anka" + identifier = "packer/veertuinc/anka" flags = [ # Remove if the plugin does not conform to the HCP Packer requirements. #