Skip to content

Commit

Permalink
getting rid of release step
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 13, 2024
1 parent 9a3cadc commit 3eb8b96
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
git tag $TAG
git push origin $TAG
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.packageName }}/${{ github.event.inputs.version }}
release_name: Release ${{ github.event.inputs.packageName }}/${{ github.event.inputs.version }}
draft: false
prerelease: false
# Could add a release step with git cliff
# https://git-cliff.org/docs/integration/github
# git cliff -u --include-path "${{ github.event.inputs.packageName }}/*"

0 comments on commit 3eb8b96

Please sign in to comment.