Skip to content

Commit

Permalink
chore(rari-npm): fix manual
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 24, 2024
1 parent 025d197 commit e8642d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-manual.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-npm-test-run
name: publish-npm-manual

on:
workflow_dispatch:
Expand All @@ -23,12 +23,12 @@ jobs:
node-version-file: "./rari-npm/package.json"

- name: Test Publish
if: ${{ ! input.publish }}
if: ${{ ! inputs.publish }}
working-directory: ./rari-npm
run: npm publish --access public --dry-run

- name: Publish
if: ${{ input.publish }}
if: ${{ inputs.publish }}
working-directory: ./rari-npm
run: npm publish --access public
env:
Expand Down

0 comments on commit e8642d2

Please sign in to comment.