From 9c482a269dae1f9ca4000502df118c0c1e645b18 Mon Sep 17 00:00:00 2001 From: Jonathan Christensen Date: Wed, 15 Jul 2026 16:03:25 -0600 Subject: [PATCH] workflow fix --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ef4361..7bf0af6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Deploy and Publish on: push: - branches: [prd, stg, dev] + branches: [prd, dev] paths-ignore: # Pushes that include only these changed files won't trigger actions - "**/README.md" - "**/.gitignore" @@ -21,7 +21,7 @@ jobs: cancel-in-progress: false steps: - name: Update Version - uses: byuawsfhtl/UpdateVersion@v1.0.7 + uses: byuawsfhtl/UpdateVersion@v1.0.9 with: token: ${{ secrets.RLL_BOT_PERSONAL_ACCESS_TOKEN }} versionPath: ${{ github.workspace }}/PyBugReporter/_version.py @@ -75,4 +75,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: username: __token__ - password: ${{ secrets.PYPI_ACCESS_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_ACCESS_TOKEN }}