Skip to content

Commit 3faceac

Browse files
committed
Another 2
1 parent e8eff4e commit 3faceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: npm run build
7070
- name: publish alpha
7171
run: |
72-
version=`node .github/workflows/getVersion.js 2.0.0`
72+
version=`node .github/workflows/getVersion.js 3.0.0`
7373
npm --no-git-tag-version version $version
7474
npm publish --tag alpha
7575
env:

0 commit comments

Comments
 (0)