Skip to content

Commit

Permalink
chore: publish 6.6.2 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 4, 2023
1 parent 9b04bcf commit 9a77961
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish Packages
on:
workflow_dispatch:

env:
NPM_CONFIG_PROVENANCE: true

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3

- name: Install primary node version (see volta config in package.json) and dependencies
uses: ./.github/actions/install-node-and-dependencies

- run: npx lerna publish from-package -y
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9a77961

Please sign in to comment.