Skip to content

Commit 05cbefc

Browse files
authored
Publishforeals (#11)
* remove dry run * v2.0.0
1 parent e8d0779 commit 05cbefc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
fi
2929
- run: echo 'Publishing version - ${{env.PKG_VERSION}}'
3030
- run: npm ci
31-
- run: npm publish --dry-run
31+
- run: npm publish
3232
env:
3333
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": "urn-lib",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0",
44
"description": "Creating, parsing, and validating",
55
"main": "dist/urn-lib.cjs.js",
66
"browser": "dist/urn-lib.umd.js",

0 commit comments

Comments
 (0)