File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : windows-latest
1111 outputs :
12- publishVersion : ${{ steps.parseTag.outputs.publishVersion }}
1312 branchVersion : ${{ steps.parseTag.outputs.branchVersion }}
1413 steps :
1514 - name : Parse Tag
1817 with :
1918 script : |
2019 const tag = `${{ github.ref_name }}`
21- const publishVersion = tag.slice(3)
2220 const branchVersion = tag.slice(1)
23- core.setOutput('publishVersion', publishVersion)
2421 core.setOutput('branchVersion', branchVersion)
2522
2623 - name : CheckOut Code
@@ -53,10 +50,10 @@ jobs:
5350 run : pnpm i --no-frozen-lockfile
5451
5552 - name : Run Build Components
56- run : pnpm build:ui -t ${{ steps.parseTag.outputs.publishVersion }}
53+ run : pnpm build:ui
5754
5855 - name : Run Build Sass Common
59- run : pnpm build:ui saas-common -t ${{ steps.parseTag.outputs.publishVersion }} - d saas
56+ run : pnpm build:ui saas-common -d saas
6057
6158 - name : Run Build Theme
6259 run : pnpm build:theme
You can’t perform that action at this time.
0 commit comments