Skip to content

Commit d5260ff

Browse files
author
Sophia Marie Terry
committed
Reintroduce publish action
1 parent 05b47c1 commit d5260ff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ipa-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
registry-url: 'https://registry.npmjs.org'
4848
- run: npm ci
4949
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 }}
50+
- run: npm publish --access public
51+
working-directory: tools/spectral/ipa
52+
env:
53+
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}

0 commit comments

Comments
 (0)