Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Modify release gh action to run only on release branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 18, 2024
1 parent bbe654a commit 4ce84ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
tags:
- 'v*.*.*'
branches:
- release

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ const config: ForgeConfig = {
owner: 'thavarshan',
name: 'comet',
},
generateReleaseNotes: true,
prerelease: true,
tagPrefix: 'v',
draft: true,
})
]
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "comet",
"productName": "comet",
"version": "1.0.0",
"version": "0.0.1",
"description": "A simple video converter",
"main": ".vite/build/main.js",
"keywords": [
Expand Down

0 comments on commit 4ce84ac

Please sign in to comment.