Skip to content

Commit f36074f

Browse files
committed
version 6.2
1 parent f40d7ee commit f36074f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v4
1818
- name: Bump version and push tag
1919
id: tag_version
20-
uses: mathieudutour/github-tag-action@v6.1
20+
uses: mathieudutour/github-tag-action@v6.2
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Create a GitHub release

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "6.1.0",
3+
"version": "6.2.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)