Skip to content

Commit

Permalink
workflow run test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBoll committed Nov 20, 2023
1 parent 77624c6 commit 9da5207
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: publish

on: workflow_dispatch
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- name: audit
run: |
pnpm i --frozen-lockfile
# pnpm audit
- name: Prepare publish
run: |
pnpm run preparePublish

0 comments on commit 9da5207

Please sign in to comment.