Skip to content

Commit

Permalink
this time it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
ImShyMike committed Dec 18, 2024
1 parent 07d72c2 commit 0e778d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
- name: Create GitHub beta release
uses: softprops/action-gh-release@v1
with:
tag_name: beta-${{ github.run_number }}
tag_name: beta
name: "Beta Release ${{ github.run_number }}"
body: |
This is a beta release containing build artifacts.
This is an automated beta release containing build artifacts from the latest commit.
draft: false # Automatically publish the release
prerelease: true
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 0e778d8

Please sign in to comment.