Skip to content

Commit

Permalink
Merge pull request #107 from Hau-Hau/7-release-workflow
Browse files Browse the repository at this point in the history
fix eof error
  • Loading branch information
Hau-Hau authored Sep 22, 2024
2 parents 4c31fbd + 072526f commit dc675bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-nuspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Validate
id: validate
run: |
if [[ "${{ github.event_name }}" == 'workflow_dispatch ]]; then
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
echo "result=true" >> $GITHUB_OUTPUT
exit 0
fi
Expand Down

0 comments on commit dc675bb

Please sign in to comment.