Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Jul 8, 2024
1 parent 33251d3 commit ec87b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
echo "::warning:::A release with the tag \"$VERSION\" already exists."
fi
- name: Upload Changelog (Dry Run)
if: ${{ input.release == 'Dry Run'}}
if: inputs.release == 'Dry Run'
uses: actions/upload-artifact@v4
with:
name: CHANGELOG.md
Expand Down

0 comments on commit ec87b13

Please sign in to comment.