mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-09 22:54:03 +07:00
WIP
This commit is contained in:
@ -116,11 +116,11 @@ export default class Tag {
|
||||
type: 'commit'
|
||||
})
|
||||
|
||||
this._sha = newTag.data.sha
|
||||
core.warning(`Created new tag: ${newTag.data.tag}`)
|
||||
|
||||
// Create reference
|
||||
let newReference
|
||||
this._sha = newTag.data.sha
|
||||
|
||||
try {
|
||||
newReference = await github.git.createRef({
|
||||
|
Reference in New Issue
Block a user