Skip to content

Commit 3604178

Browse files
committed
(chore) updated the version of the package
1 parent e897f29 commit 3604178

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automated Release Package
33
on:
44
push:
55
tags:
6-
- "*"
6+
- "v*"
77
jobs:
88
release:
99
runs-on: ubuntu-latest
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19+
registry-url: "https://registry.npmjs.org"
20+
1921
- name: Sets up the Bun enviornment
2022
uses: oven-sh/setup-bun@v2
2123
with:
@@ -39,4 +41,5 @@ jobs:
3941
env:
4042
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4143
run: |
44+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
4245
bun release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dialect-morph",
33
"module": "index.ts",
44
"type": "module",
5-
"version": "1.0.0",
5+
"version": "1.0.2",
66
"scripts": {
77
"build": "bunx tsc",
88
"prePublishOnly": "bun run build",

0 commit comments

Comments
 (0)