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 5679e5a commit 7266866Copy full SHA for 7266866
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
49
npm pack
50
echo "NPM_ARCHIVE=$(ls org.visualpinball.unity.assetlibrary*.tgz)" >> $GITHUB_ENV
51
- echo Assets/** >> .gitignore
+ rm -rf Assets
52
npm publish
53
env:
54
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments