Skip to content

Commit

Permalink
Update workflow to include new license files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 4, 2023
1 parent 94ccd8f commit 2e34809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Remove the "unreleased" section from our changelog
perl -0777 -i -pe "s/(<\!-- next-header -->.*## \[Unreleased\].*?\n)(?=## |<\!--)//gms" CHANGELOG.md
cp {README.md,LICENSE,CHANGELOG.md} "$staging/"
cp {README.md,LICENSE*,CHANGELOG.md} "$staging/"
# Build RNOTES.md, which we will use for our Github release (not shipped in zip)
# Select the release notes from our latest version only
Expand Down

0 comments on commit 2e34809

Please sign in to comment.