From 0e778d8b564ee4516c986ad581e01c99e86f755a Mon Sep 17 00:00:00 2001 From: ImShyMike <122023566+ImShyMike@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:28:51 +0000 Subject: [PATCH] this time it should work --- .github/workflows/python-package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8e81577..22d1456 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 }}