Skip to content

chore: Bump package version to 1.0.5 #10

chore: Bump package version to 1.0.5

chore: Bump package version to 1.0.5 #10

Workflow file for this run

name: Publish Package
on:
release:
types: [created]
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}