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.
1 parent 74f09ab commit a39fef0Copy full SHA for a39fef0
.github/workflows/push_build_to_prod_pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: remorses/bump-version@js
20
with:
21
version_file: ./arcade/VERSION
22
- prerelease_tag: dev
+ prerelease_tag: rc
23
env:
24
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
25
0 commit comments