We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f8f27 commit 317775aCopy full SHA for 317775a
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: justincy/github-action-npm-release@2.0.2
24
id: release
25
with:
26
- path: packages/uniwind-plugin-next
+ path: ${{ github.workspace }}/packages/uniwind-plugin-next
27
- name: Print release output
28
if: ${{ steps.release.outputs.released == 'true' }}
29
run: echo Release ID ${{ steps.release.outputs.release_id }}
0 commit comments