mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-30 23:07:57 +07:00 
			
		
		
		
	stripped down
This commit is contained in:
		| @ -4,7 +4,6 @@ | ||||
|   "private": true, | ||||
|   "description": "Automatically create a tag whenever the version changes", | ||||
|   "main": "src/main.js", | ||||
|   "type": "module", | ||||
|   "scripts": { | ||||
|     "test": "echo \"Error: no test specified\" && exit 1", | ||||
|     "build": "esbuild" | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| import * as core from '@actions/core' | ||||
| const core = require('@actions/core') | ||||
| // import os from 'os' | ||||
| // import semver from 'semver' | ||||
| // import Setup from './lib/setup.js' | ||||
|  | ||||
| @ -19,7 +19,6 @@ | ||||
|   ], | ||||
|   "author": "ButlerLogic", | ||||
|   "license": "MIT", | ||||
|   "type": "module", | ||||
|   "dependencies": { | ||||
|     "@actions/core": "^1.10.0", | ||||
|     "octokit": "^2.0.14", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler