Skip to content

Commit 701f989

Browse files
committed
fix github workflow
1 parent 637407f commit 701f989

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
- run: yarn install
1717
- run: npm publish --access public
1818
env:
19-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
20-
Terms
19+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia-plugin-github-light-theme",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Github light theme for Insomnia",
55
"main": "plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)