Skip to content

Commit 317775a

Browse files
committed
Update script with correct path
1 parent 13f8f27 commit 317775a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: justincy/github-action-npm-release@2.0.2
2424
id: release
2525
with:
26-
path: packages/uniwind-plugin-next
26+
path: ${{ github.workspace }}/packages/uniwind-plugin-next
2727
- name: Print release output
2828
if: ${{ steps.release.outputs.released == 'true' }}
2929
run: echo Release ID ${{ steps.release.outputs.release_id }}

0 commit comments

Comments
 (0)