Skip to content

Commit b2ba68f

Browse files
authored
fix: remove tags update (#70)
This is not needed for the add-on repositories and it is causing issues (like, splunk/addonfactory-ucc-generator#404).
1 parent 36d0078 commit b2ba68f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,13 +1380,3 @@ jobs:
13801380
overwrite: true
13811381
file_glob: true
13821382
tag: v${{ steps.semantic.outputs.new_release_version }}
1383-
1384-
update-semver:
1385-
name: release-set-git-tags
1386-
if: always() && needs.publish.result == 'success' && startsWith(github.ref, 'refs/tags/v')
1387-
needs:
1388-
- publish
1389-
runs-on: ubuntu-latest
1390-
steps:
1391-
- uses: actions/checkout@v3
1392-
- uses: haya14busa/action-update-semver@v1

0 commit comments

Comments
 (0)