Skip to content

Commit

Permalink
Merge fbf3d91 into 22420f2
Browse files Browse the repository at this point in the history
  • Loading branch information
evveryaaaa authored Apr 19, 2023
2 parents 22420f2 + fbf3d91 commit a59a54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/ravere/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ module.exports = async ({github, context, core, glob}) => {

//Create release and retrying 3 times with higher prerelease suffix if it already exists
const release = await createRelease(context.repo.owner, context.repo.repo, tag_name, last_prerelease, process.env.target_commitish, prerelease, Number(core.getInput("retries")), process.env.name || undefined , process.env.body || undefined, draft, process.env.discussion_category_name || undefined, generate_release_notes);


console.log(JSON.stringify(release));
//Upload release assets
await uploadAssets(release.data.id);

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# semantic_action
# semantic_actionFF

0 comments on commit a59a54a

Please sign in to comment.