Commit dab01a3 1 parent 244ce99 commit dab01a3 Copy full SHA for dab01a3
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Install dependencies
42
42
run : pnpm i --frozen-lockfile
43
+
44
+ - name : Bump package version
45
+ run : |
46
+ git config --global user.name "GitHub Actions"
47
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
48
+ pnpm version ${{ github.ref_name }} --git-tag-version false
43
49
44
50
- name : Run build
45
51
run : pnpm build
54
60
cp -r ./common/data ./temp/ox_core/common/data
55
61
cd ./temp && zip -r ../ox_core.zip ./ox_core
56
62
57
- - name : Bump package version
58
- run : |
59
- git config --global user.name "GitHub Actions"
60
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
- pnpm version ${{ github.ref_name }} --git-tag-version false
62
-
63
63
- name : Publish npm package
64
64
uses : JS-DevTools/npm-publish@v1
65
65
with :
You can’t perform that action at this time.
0 commit comments