Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlspring committed Jul 11, 2023
1 parent 4a109da commit 7b2613a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b2613a

Please sign in to comment.