1
0
Fork 0

Fix release typo

pull/1365/head
Ferenc Hammerl 2023-03-07 11:18:17 +00:00
parent f7c54864a4
commit 7c38e6fc88
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- id: commit
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
- id: tag
run: echo "tag=@actions/${{ github.event.inputs.package }}@$(cat packages/${{ github.event.inputs.package }}/package.json | jq -r .version" >> "$GITHUB_OUTPUT"
run: echo "tag=@actions/${{ github.event.inputs.package }}@$(cat packages/${{ github.event.inputs.package }}/package.json | jq -r .version)" >> "$GITHUB_OUTPUT"
- name: verify package exists
run: ls packages/${{ github.event.inputs.package }}