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 9, 2024
1 parent b6c5079 commit ebcf17c
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 @@ -118,7 +118,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
CHANGELOG_ENTRY=`grep --color=never -m 1 -Po '## \K(\[[0-9\.]+\].*)' CHANGELOG.md`
mkdir tmp
`bash ./scripts/extract_changelog.sh $CHANGELOG_ENTRY` > tmp/CHANGELOG.md
`bash ./scripts/extract_changelog.sh $CHANGELOG_ENTRY > ./tmp/CHANGELOG.md`
- name: Get Tags
id: tags
uses: octokit/[email protected]
Expand Down

0 comments on commit ebcf17c

Please sign in to comment.