Skip to content

Commit

Permalink
Update package.json with packagerConfig for custom icon and executabl…
Browse files Browse the repository at this point in the history
…e name
  • Loading branch information
Thavarshan committed Aug 22, 2024
1 parent 18b22b3 commit 2cf7a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: npm install

- name: Publish to GitHub Releases
run: npm run publish -- --prerelease
run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config: ForgeConfig = {
publishers: [
new PublisherGithub({
repository: {
owner: 'thavarshan',
owner: 'stellar-comet',
name: 'comet',
},
generateReleaseNotes: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stellar-comet/comet",
"name": "comet",
"productName": "Comet",
"version": "1.0.0",
"description": "A simple video converter",
Expand Down

0 comments on commit 2cf7a6b

Please sign in to comment.