Skip to content

Commit 9d92fb5

Browse files
committed
chore(ci): enable release publishing
1 parent fb68afc commit 9d92fb5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ jobs:
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
<<<<<<< HEAD
2423
run: npx semantic-release
25-
=======
26-
run: npx semantic-release --dry-run
27-
>>>>>>> ae55bbc (chore: tweak semantic-release configuration)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakyfelt/could-could",
3-
"version": "2.0.0-rc.1",
3+
"version": "1.0.0",
44
"description": "An authorization library built on top of JsonLogic",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)