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 4c842dd commit cb888a1Copy full SHA for cb888a1
.github/workflows/bump.yaml
@@ -42,10 +42,10 @@ jobs:
42
43
bump:
44
name: 'Bump'
45
- uses: nofusscomputing/github-ci/.github/workflows/bump.yaml@genesis
+ # uses: nofusscomputing/github-ci/.github/workflows/bump.yaml@genesis
46
+ uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@genesis
47
with:
48
CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}
49
CZ_INCREMENT: ${{ inputs.CZ_INCREMENT }}
50
secrets:
51
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
-
0 commit comments