Skip to content

Commit e8642d2

Browse files
committed
chore(rari-npm): fix manual
1 parent 025d197 commit e8642d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/publish-npm-manual.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-npm-test-run
1+
name: publish-npm-manual
22

33
on:
44
workflow_dispatch:
@@ -23,12 +23,12 @@ jobs:
2323
node-version-file: "./rari-npm/package.json"
2424

2525
- name: Test Publish
26-
if: ${{ ! input.publish }}
26+
if: ${{ ! inputs.publish }}
2727
working-directory: ./rari-npm
2828
run: npm publish --access public --dry-run
2929

3030
- name: Publish
31-
if: ${{ input.publish }}
31+
if: ${{ inputs.publish }}
3232
working-directory: ./rari-npm
3333
run: npm publish --access public
3434
env:

0 commit comments

Comments
 (0)