We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232ffd7 commit 337f601Copy full SHA for 337f601
.github/workflows/build-and-publish.yml
@@ -93,28 +93,3 @@ jobs:
93
**/gradle/**
94
Scripts/**
95
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
116
- workflow: Git Release
117
- token: ${{ secrets.PERSONAL_TOKEN }}
118
- ref: ${{ steps.GetVersion.outputs.tag }}
119
-
120
0 commit comments