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 f237e5d commit 17f79f0Copy full SHA for 17f79f0
1 file changed
.github/workflows/test.yml
@@ -61,9 +61,7 @@ jobs:
61
###########################################################################################
62
- name: test to see if default patch bumping from the latest git tag of 0.0.1 works
63
id: version_bumped
64
- run: |
65
- echo "===> test to see if default patch bumping from the latest git tag of 0.0.1 works";
66
- ./version-bump.sh
+ run: ./version-bump.sh
67
env:
68
GHA_TAG: latest
69
@@ -102,9 +100,7 @@ jobs:
102
100
103
101
- name: bump should be (0.0.2) NOT (0.1.0) because merge bump is disabled
104
id: version_no_merge_bump
105
106
- echo "===> bump should be patch (0.0.2) NOT minor (0.1.0) because merge bump is disabled";
107
108
109
110
GHA_ENABLE_MERGE_COMMIT_BUMP: "false"
0 commit comments