Skip to content

Commit f6e2055

Browse files
committed
disable tag creation by the "create GitHub release" action since it is already created by tbump
1 parent 3b1fcc8 commit f6e2055

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/github_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
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 }}

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The 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

0 commit comments

Comments
 (0)