Skip to content

Commit

Permalink
ci: fix typo in publish workflow re: inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 11, 2024
1 parent 30a90f3 commit 12e8106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contextive-runtime-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build
id: build
run: dotnet fsi language-server/build.fsx -- -r ${{ input.dotnet_runtime }} --release ${{ github.ref_name }}
run: dotnet fsi language-server/build.fsx -- -r ${{ inputs.dotnet_runtime }} --release ${{ github.ref_name }}
working-directory: src
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 12e8106

Please sign in to comment.