Skip to content

Commit

Permalink
update ci with release
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jan 24, 2025
1 parent 8272ead commit d8e5ba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ jobs:
# Step 7: Release
- name: Create Release
id: create_release
uses: actions/create-release@v0.0.1
uses: actions/create-release@v1
with:
tag_name: v0.0.1
release_name: "Release v0.0.1"
tag_name: v1.0.0
release_name: "Release v1.0.0"
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Step 8: Upload artifact to the release
- name: Upload to Release
uses: actions/upload-release-asset@v0.0.1
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/BinaryParser-0.0.1-cp312-cp312-linux_x86_64.whl
Expand Down

0 comments on commit d8e5ba4

Please sign in to comment.