Skip to content

Commit

Permalink
πŸ’š fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodjooy committed Aug 15, 2023
1 parent 0c9bd04 commit 63456b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repo: context.repo.repo,
tag_name: `app-v${process.env.PACKAGE_VERSION}`,
name: `UnityExtractor v${process.env.PACKAGE_VERSION}`,
body: await fs.promises.readFile("./description.md", 'utf-8', 'r+')),
body: await fs.promises.readFile("./description.md", 'utf-8', 'r+'),
draft: true,
prerelease: false
})
Expand Down

0 comments on commit 63456b3

Please sign in to comment.