Skip to content

Commit 406853c

Browse files
authored
Merge pull request #7 from docflex/feature/Report-Creator-Service
RC Build Fix
2 parents 606863a + 84df3a3 commit 406853c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,8 @@ jobs:
7171
7272
- name: Create and Push Git Tag
7373
run: |
74-
git checkout main # or your release branch
7574
git tag -a v${{ github.event.inputs.release_version }} -m "Release v${{ github.event.inputs.release_version }}"
7675
git push origin v${{ github.event.inputs.release_version }}
77-
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7976
8077
- name: Create GitHub Release
8178
uses: softprops/action-gh-release@v2
@@ -89,6 +86,7 @@ jobs:
8986
- name: Upload JAR to GitHub Release
9087
uses: softprops/action-gh-release@v2
9188
with:
89+
tag_name: v${{ github.event.inputs.release_version }}
9290
files: target/*.jar
9391
env:
9492
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)