Skip to content

Commit f4911ff

Browse files
author
Abhishek Malvadkar
committed
GH-1 : Removed GitHub release action from GitHub workflow
1 parent 833a1c9 commit f4911ff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,3 @@ jobs:
6565
run: ./mvnw --no-transfer-progress clean deploy -s $GITHUB_WORKSPACE/settings.xml
6666
env:
6767
GITHUB_TOKEN: ${{ github.token }}
68-
69-
- name: Create GitHub Release
70-
uses: softprops/action-gh-release@v2
71-
with:
72-
tag_name: ${{ env.VERSION }}
73-
generate_release_notes: true
74-
env:
75-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-

0 commit comments

Comments
 (0)