Skip to content

tweaks

tweaks #2

Workflow file for this run

name: "Test-run"
on:
push:
branches: [ updates ]
jobs:
version:
uses: ./.github/workflows/version.yaml
with:
git_ref_name: main
node_registry_url: 'https://npm.pkg.github.com'
node_scope: '@potatoes'
node_cache: 'npm'
version_command: 'npm version patch -w packages/lib-ui'
version_workspace: 'packages/lib-ui'
secrets:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}