File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55name : Bump Version
66description : Retrieve the latest release tag, run the Bash script to bump version, and save the new version to PYPI_VERSION.
77
8- inputs : # actions don't have secrets, so we use inputs instead
8+ inputs : # actions don't have secrets, so we use inputs instead
99 token :
10- description : ' A Github PAT, e.g. secrets.GITHUB_TOKEN'
11- required : true
10+ description : " A Github PAT, e.g. secrets.GITHUB_TOKEN. When not provided, the action will use the default token (may hit rate limits)."
1211
1312runs :
1413 using : " composite"
2019 repository : ${{ github.repository }}
2120 excludes : prerelease, draft
2221 token : ${{ inputs.token }}
23-
22+
2423 - name : Run version bump script
2524 id : bump_version
2625 shell : bash
You can’t perform that action at this time.
0 commit comments