Skip to content

🔖 v6.1.0

🔖 v6.1.0 #100

Workflow file for this run

name: Publish
on:
push:
tags:
- 'v*.*.*'
jobs:
publish:
uses: stoe/policies/.github/workflows/policy-workspaces-publish.yml@main
permissions:
contents: read
packages: write
id-token: write
with:
npm: true
gh: true
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}