We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c21058 commit 654601bCopy full SHA for 654601b
.github/workflows/publish.yml
@@ -71,6 +71,6 @@ jobs:
71
run: |
72
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
73
npm publish --access public
74
- working-directory: ./Package/Assembled
+ working-directory: ./Package/Assembled-Windows
75
env:
76
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments