Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 24, 2023
1 parent 131dc66 commit 24f16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/github-release/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function runOnce() {
console.log("ERROR: ", e);
core.info(`creating dev tag`);
try {
await octokit.git.createTag({
await octokit.rest.git.createTag({
owner,
repo,
tag: 'dev',
Expand Down

0 comments on commit 24f16ba

Please sign in to comment.