Skip to content

Commit f5c2b14

Browse files
committed
v5.6
1 parent 9b6fc6e commit f5c2b14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- name: Bump version and push tag
1919
id: tag_version
20-
uses: mathieudutour/github-tag-action@v5.5
20+
uses: mathieudutour/github-tag-action@v5.6
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Create a GitHub release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-tag-action",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"description": "A GitHub Action to automatically bump and tag master, on merge, with the latest SemVer formatted version.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)