Skip to content

updated publishing workflow #30

updated publishing workflow

updated publishing workflow #30

Workflow file for this run

name: "πŸš€ publish"
on:
push:
branches:
- main
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
release:
name: πŸš€ publish
runs-on: ubuntu-latest
steps:
- name: πŸ“š checkout
uses: actions/checkout@v6
- name: 🟒 node
uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
- name: πŸš€ publish
run: npm publish --access public