Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Noethlichs committed Jul 7, 2020
1 parent 6a023b8 commit 5f05f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ async function run() {
}

const { data } = latestRelease
tagName = data.tag_name
ref = `tags/${tagName}`
ref = `tags/${data.tag_name}`

try {
releaseCommit = await octokit.git.getRef({
Expand Down

0 comments on commit 5f05f7b

Please sign in to comment.