We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8998cc5 commit f892200Copy full SHA for f892200
.github/workflows/publish.yml
@@ -26,7 +26,6 @@ jobs:
26
run: pnpm run build
27
28
- name: Publish
29
- run: npx semantic-release
+ run: pnpm publish
30
env:
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "email-viewer",
3
- "version": "0.0.0-development",
+ "version": "1.0.0",
4
"license": "MIT",
5
"author": "OreQr",
6
"description": "📧Opens browser with email preview",
0 commit comments