Skip to content

Commit

Permalink
Removed package release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed Jan 1, 2025
1 parent 693e1ea commit 3a24adc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
PRERELEASE: false
INITIAL_VERSION: 1.0.0

- name: Create GitHub Release
uses: softprops/action-gh-release@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
generate_release_notes: true
prerelease: false
INITIAL_VERSION: 1.0.0

0 comments on commit 3a24adc

Please sign in to comment.