We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c021e14 commit 1f4361cCopy full SHA for 1f4361c
.github/workflows/publish_preview.yml
@@ -119,6 +119,6 @@ jobs:
119
run: |
120
npm version --no-git-tag-version ${{ github.event.inputs.release_version }}
121
npm publish --access public --tag ${{ github.event.inputs.NPM_tag }}
122
- working-directory: ./Package/Assembled-Windows0.64
+ working-directory: ./Package/Assembled-Windows0.65
123
env:
124
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments