Skip to content

Commit

Permalink
Release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbrando committed Jun 20, 2024
1 parent b96969a commit b428f6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 21
- name: Publish
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token {{ secrets.NPMTOKEN}}

0 comments on commit b428f6e

Please sign in to comment.