We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3e8fe7 + 9c482a2 commit 2a8167cCopy full SHA for 2a8167c
1 file changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Deploy and Publish
2
3
on:
4
push:
5
- branches: [prd, stg, dev]
+ branches: [prd, dev]
6
paths-ignore: # Pushes that include only these changed files won't trigger actions
7
- "**/README.md"
8
- "**/.gitignore"
@@ -21,7 +21,7 @@ jobs:
21
cancel-in-progress: false
22
steps:
23
- name: Update Version
24
- uses: byuawsfhtl/UpdateVersion@v1.0.7
+ uses: byuawsfhtl/UpdateVersion@v1.0.9
25
with:
26
token: ${{ secrets.RLL_BOT_PERSONAL_ACCESS_TOKEN }}
27
versionPath: ${{ github.workspace }}/PyBugReporter/_version.py
@@ -75,4 +75,4 @@ jobs:
75
uses: pypa/gh-action-pypi-publish@release/v1
76
77
username: __token__
78
- password: ${{ secrets.PYPI_ACCESS_TOKEN }}
+ password: ${{ secrets.PYPI_ACCESS_TOKEN }}
0 commit comments