Skip to content

Commit

Permalink
fix: Update release notes again
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 12, 2022
1 parent 71bb9a7 commit e9ba91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
npx rexreplace "^.*?#+\s(\[.*?\n.*?)(?=\s*#+\s\[)" "_" -s -M -G -m -o "CHANGELOG.md" > release_notes.md
npx rexreplace "^.*?#+(#{2}+\s\[.*?\n.*?)(?=\s*#+\s\[)" "_" -s -M -G -m -o "CHANGELOG.md" > release_notes.md
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Create Release
id: create_release
Expand Down

0 comments on commit e9ba91f

Please sign in to comment.