Skip to content

Commit

Permalink
publish 100% fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Feb 18, 2025
1 parent 8722048 commit 5867265
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
const tag = "cap-v${{ steps.read_version.outputs.value }}";
const tagRef = `tags/${tag}`;
const TAG_EXISTED = "tag_existed";
const TAG_NAME = "tag_name";
Expand Down Expand Up @@ -105,7 +104,7 @@ jobs:
script: |
async function main() {
const token = await core.getIDToken("cap-discord-bot");
const cnReleaseId = JSON.parse(`${{ steps.create_gh_release.outputs.stdout }}`).id;
const cnReleaseId = JSON.parse(`${{ steps.create_cn_release.outputs.stdout }}`).id;
const resp = await fetch("https://cap-discord-bot.brendonovich.workers.dev/github-workflow", {
method: "POST",
Expand Down

1 comment on commit 5867265

@vercel
Copy link

@vercel vercel bot commented on 5867265 Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.