Skip to content

Commit

Permalink
remove create release code
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Mar 29, 2024
1 parent 7c584dd commit b7777fb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,4 @@ jobs:
git tag -a $TAG -m "Release v$TAG"
git push origin $TAG
env:
TAG: ${{ github.event.inputs.versionName }}

- name: Create Release on GitHub
id: create_release
uses: ncipollo/release-action@v1
env:
token: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ github.event.inputs.versionName }}
name: ${{ github.event.inputs.versionName }}
generateReleaseNotes: true
draft: true
prerelease: false
TAG: ${{ github.event.inputs.versionName }}

0 comments on commit b7777fb

Please sign in to comment.