Skip to content

Commit

Permalink
Fix pipeline (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbrando authored Jun 20, 2024
1 parent 3e14c40 commit cdb044a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
workflow_dispatch:
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -12,4 +12,4 @@ jobs:
with:
node-version: 21
- name: Publish
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token {{ secrets.NPMTOKEN}}
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token ${{ secrets.NPMTOKEN }}

0 comments on commit cdb044a

Please sign in to comment.