From 7b2613ad0b37ddf05051483fcdec6ca4c0babb76 Mon Sep 17 00:00:00 2001 From: Martin Todorov Date: Tue, 11 Jul 2023 03:37:55 +0300 Subject: [PATCH] Initial commit. --- .github/workflows/build-and-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5fbaaa5..15c6dd3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -140,7 +140,8 @@ jobs: with: # Can be a single package version id, or a comma separated list of package version ids. # Defaults to an empty string. - package-version-ids: '${{ steps.package.outputs.versionId }}' + package-version-ids: ${{ steps.package.outputs.versionId }} + # Owner of the package. # Defaults to the owner of the repo executing the workflow.