| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| name: Release | |
| on: | |
| push: | |
| tags: "*" | |
| permissions: | |
| id-token: write | |
| contents: read | |
| jobs: | |
| release: | |
| name: Release | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Use Node.js 24.12.0 | |
| uses: actions/setup-node@v1 | |
| with: | |
| node-version: 24.12.0 | |
| registry-url: "https://registry.npmjs.org" | |
| - run: npm ci | |
| - run: npm run build | |
| - run: npm publish |
| Back | FazBrowse Home | New Git URL |