Skip to content

Commit f892200

Browse files
committed
Delete semantic-release from CI
1 parent 8998cc5 commit f892200

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: pnpm run build
2727

2828
- name: Publish
29-
run: npx semantic-release
29+
run: pnpm publish
3030
env:
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-viewer",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"author": "OreQr",
66
"description": "📧Opens browser with email preview",

0 commit comments

Comments
 (0)