mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 16:21:07 +07:00
36396494eb
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"name": "autotag-action",
|
|
"version": "1.1.3",
|
|
"private": true,
|
|
"description": "Automatically create a tag whenever the version changes in package.json",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"start": "node ./main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/butlerlogic/action-autotag.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "ButlerLogic",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/github": "^2.1.0",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"type": "module"
|
|
}
|