File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929 - name : Create/update release
3030 uses : ncipollo/release-action@v1
3131 with :
32- tag : ${{ steps.changelog_reader.outputs.version }}
33- name : Release ${{ steps.changelog_reader.outputs.version }}
32+ name : Release v${{ steps.changelog_reader.outputs.version }}
3433 body : ${{ steps.changelog_reader.outputs.changes }}
3534 allowUpdates : true
3635 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+ ### Fixed
9+ - disable tag creation by the "create GitHub release" action since it is already created by tbump
810
911## [ 0.10.1] - 2022-05-08
1012### Fixed
You can’t perform that action at this time.
0 commit comments