Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Mar 24, 2024
1 parent 3a97791 commit 8100875
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
script: |
const owner = context.repo.owner;
const repo = context.repo.repo;
const tag_name = "test";
github.rest.repos.createRelease({
owner,
repo,
tag_name: "test",
tag_name,
name: "Release " + tag_name,
body: "TODO",
draft: true,
});

0 comments on commit 8100875

Please sign in to comment.