Skip to content

Commit

Permalink
Remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Elverkilde committed Feb 26, 2021
1 parent e162553 commit 2d25303
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ jobs:
run: |
export NEW_VERSION=$(grep "<Version>.*</Version>" Root.Build.props | cut -d'>' -f 2 | cut -d'<' -f 1)
echo "VERSION=$NEW_VERSION" >> $GITHUB_ENV
- name: Prepare CHANGELOG
run: |
echo "${{ github.event.pull_request.body }}" | csplit -s - "/##/"
echo "# Changelog
## ${{ env.VERSION }}" >> CHANGELOG.tmp
grep "^*" xx01 >> CHANGELOG.tmp
grep -v "^# " CHANGELOG.md >> CHANGELOG.tmp
cp CHANGELOG.tmp CHANGELOG.md
git add Root.Build.props CHANGELOG.md
git commit -m "Bump to version ${{ env.VERSION }}"
- name: Tag release
run: git tag ${{ env.VERSION }}
- name: Push
Expand Down

0 comments on commit 2d25303

Please sign in to comment.