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 e531bfb commit 847903f
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 @@ -117,7 +117,7 @@ jobs:
VERSION=`grep -Po '(?<=^version = ")([^"]+)' ./Cargo.toml`
echo "VERSION=$VERSION" >> $GITHUB_ENV
CHANGELOG_ENTRY=`grep --color=never -m 1 -Po '## \K(\[[0-9\.]+\].*)' CHANGELOG.md`
`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/request-action@v2.x
Expand Down

0 comments on commit 847903f

Please sign in to comment.