Skip to content

Commit dc8a921

Browse files
Merge pull request #84 from WFP-VAM/fix/semver-workflow
fix: remove broken redundant tag step from semver workflow
2 parents 7f9a5e6 + 0eaa4e1 commit dc8a921

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/semver.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
changelog_increment_filename: body.md
27-
- name: Bump version and push tag
28-
uses: laputansoft/github-tag-action@v4.6
29-
with:
30-
github_token: ${{ env.github-token }}
31-
tag: ${{ steps.package-version.outputs.version }}
3227
- name: Release
3328
uses: softprops/action-gh-release@v3
3429
with:

0 commit comments

Comments
 (0)