mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Merge branch 'v2-wip' of github.com:ButlerLogic/action-autotag into v2-wip
This commit is contained in:
commit
e63d0341bd
27
dist/package.json
vendored
27
dist/package.json
vendored
@ -1,27 +0,0 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"octokit": "^2.0.14",
|
||||
"semver": "^7.3.8"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user