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 05b47c1 commit d5260ffCopy full SHA for d5260ff
.github/workflows/ipa-release.yml
@@ -47,8 +47,7 @@ jobs:
47
registry-url: 'https://registry.npmjs.org'
48
- run: npm ci
49
working-directory: tools/spectral/ipa
50
- - run: |
51
- echo "Testing for publish workflow"
52
- #working-directory: tools/spectral/ipa
53
- #env:
54
- #NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
+ - run: npm publish --access public
+ working-directory: tools/spectral/ipa
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
0 commit comments