Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fixing usage of Github action input.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 20, 2023
1 parent 2c4098e commit 11114fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- name: CI check
uses: ./.github/actions/ci
run_tests: ${{ inputs.run_tests }}
with:
run_tests: ${{ inputs.run_tests }}

- name: Build
uses: ./.github/actions/build
Expand Down Expand Up @@ -107,7 +108,8 @@ jobs:

- name: Publish Nupkg
uses: ./.github/actions/pack
dry_run: ${{ inputs.dry_run }}
with:
dry_run: ${{ inputs.dry_run }}

- name: Retain unsigned nupkg
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 11114fd

Please sign in to comment.