Skip to content

Commit 0d348e6

Browse files
committed
rev
1 parent b7b7c67 commit 0d348e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ jobs:
1717
- name: Install dependencies
1818
run: pnpm install
1919
- run: pnpm publish --access public
20-
env:
21-
NPM_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": "@victor-oai/example",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)