Buckets:
ktongue/docker_container / .cache /opencode /node_modules /json-schema-traverse /.github /workflows /publish.yml
| name: publish | |
| on: | |
| release: | |
| types: [published] | |
| jobs: | |
| publish-npm: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v1 | |
| with: | |
| node-version: 14 | |
| registry-url: https://registry.npmjs.org/ | |
| - run: npm install | |
| - run: npm test | |
| - name: Publish beta version to npm | |
| if: "github.event.release.prerelease" | |
| run: npm publish --tag beta | |
| env: | |
| NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | |
| - name: Publish to npm | |
| if: "!github.event.release.prerelease" | |
| run: npm publish | |
| env: | |
| NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | |
Xet Storage Details
- Size:
- 678 Bytes
- Xet hash:
- 2f374c24ceb44bfd2af747f7556f6c2685bbf2bab373f003d30f9cd552e46b66
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.