This commit is contained in:
Corey Butler
2020-04-01 13:57:18 -05:00
parent 3bbae423ca
commit 3e9d7a08c6
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import gh from '@actions/github'
const github = new gh.GitHub(process.env.GITHUB_TOKEN || process.env.INPUT_GITHUB_TOKEN)
// Get owner and repo from context of payload that triggered the action
const { owner, repo } = gh.context
console.log(owner, repo)
export default class Tag {
constructor (prefix, version, postfix) {
this.prefix = prefix