mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-24 17:21:07 +07:00
stripped down
This commit is contained in:
parent
84c99bb907
commit
e2f10c6853
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user