Skip to content

Commit 2a8167c

Browse files
authored
It looks like version 1.0.9 is built to handle this (#85)
2 parents d3e8fe7 + 9c482a2 commit 2a8167c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy and Publish
22

33
on:
44
push:
5-
branches: [prd, stg, dev]
5+
branches: [prd, dev]
66
paths-ignore: # Pushes that include only these changed files won't trigger actions
77
- "**/README.md"
88
- "**/.gitignore"
@@ -21,7 +21,7 @@ jobs:
2121
cancel-in-progress: false
2222
steps:
2323
- name: Update Version
24-
uses: byuawsfhtl/UpdateVersion@v1.0.7
24+
uses: byuawsfhtl/UpdateVersion@v1.0.9
2525
with:
2626
token: ${{ secrets.RLL_BOT_PERSONAL_ACCESS_TOKEN }}
2727
versionPath: ${{ github.workspace }}/PyBugReporter/_version.py
@@ -75,4 +75,4 @@ jobs:
7575
uses: pypa/gh-action-pypi-publish@release/v1
7676
with:
7777
username: __token__
78-
password: ${{ secrets.PYPI_ACCESS_TOKEN }}
78+
password: ${{ secrets.PYPI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)