Skip to content

v1.0.0 — renamed to auto-html-i18n #12

v1.0.0 — renamed to auto-html-i18n

v1.0.0 — renamed to auto-html-i18n #12

Workflow file for this run

name: Publish to npm
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
environment: npm
permissions:
contents: read
id-token: write
defaults:
run:
working-directory: packages/js
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org
cache: npm
cache-dependency-path: packages/js/package-lock.json
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public