File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 version_changed=$(./.github/scripts/ipa_version_check.sh)
3131 echo "Version changed? ${version_changed}"
32- echo "version_changed=${version_changed}" >> "${GITHUB_ENV }"
32+ echo "version_changed=${version_changed}" >> "${GITHUB_OUTPUT }"
3333
3434 publish :
3535 needs : check-version
4747 registry-url : ' https://registry.npmjs.org'
4848 - run : npm ci
4949 working-directory : tools/spectral/ipa
50- - run : npm publish --access public
51- working-directory : tools/spectral/ipa
52- env :
53- NODE_AUTH_TOKEN : ${{ secrets.IPA_VALIDATION_TOKEN }}
50+ - run : echo "Test"
51+ # npm publish --access public
52+ # working-directory: tools/spectral/ipa
53+ # env:
54+ # NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
You can’t perform that action at this time.
0 commit comments