Skip to content

Commit 337f601

Browse files
committed
Remove tag creation step from publish workflow
1 parent 232ffd7 commit 337f601

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -93,28 +93,3 @@ jobs:
9393
**/gradle/**
9494
Scripts/**
9595
96-
create_Tag:
97-
needs: maven_Release
98-
runs-on: ubuntu-latest
99-
permissions:
100-
contents: write
101-
env:
102-
RELEASE_TAG: ""
103-
steps:
104-
- uses: actions/checkout@v4
105-
- name: Get Version
106-
id: GetVersion
107-
run: .\scripts\getLatestVersion.ps1
108-
shell: pwsh
109-
- name: Create tag
110-
uses: rickstaa/[email protected]
111-
with:
112-
tag: ${{ steps.GetVersion.outputs.tag }}
113-
- name: Queue Git Release
114-
uses: benc-uk/workflow-dispatch@v1
115-
with:
116-
workflow: Git Release
117-
token: ${{ secrets.PERSONAL_TOKEN }}
118-
ref: ${{ steps.GetVersion.outputs.tag }}
119-
120-

0 commit comments

Comments
 (0)