Skip to content

Commit

Permalink
major: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyS0e committed Jun 13, 2024
1 parent eb8531a commit 663dce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,11 @@ jobs:
with:
script: |
const fs = require('fs');
const tag = context.ref.replace("refs/tags/", "");
// Get release for this tag
const release = await github.repos.getReleaseByTag({
owner: context.repo.owner,
repo: context.repo.repo,
tag
process.env.RELEASE_TAG
});
// Upload the release asset
await github.repos.uploadReleaseAsset({
Expand Down

0 comments on commit 663dce1

Please sign in to comment.