Skip to content

Commit 88c9790

Browse files
committed
Add environment variable to README example
1 parent 2cdb742 commit 88c9790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ jobs:
250250

251251
- name: Bump version
252252
uses: callowayproject/bump-my-version@master
253+
env:
254+
BUMPVERSION_TAG: "true"
253255
with:
254256
args: "major"
255257
```

0 commit comments

Comments
 (0)