File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 id : build-plugin
114114 run : |
115115 cd ${{ github.workspace }}/plugin
116- pnpm run build:txz --base-url="${{ inputs.BASE_URL }}" --api-version="${{ steps.vars.outputs.API_VERSION }}"
116+ pnpm run build:txz --tag="${{ inputs.TAG }}" -- base-url="${{ inputs.BASE_URL }}" --api-version="${{ steps.vars.outputs.API_VERSION }}"
117117 pnpm run build:plugin --tag="${{ inputs.TAG }}" --base-url="${{ inputs.BASE_URL }}" --api-version="${{ steps.vars.outputs.API_VERSION }}"
118118
119119 - name : Ensure Plugin Files Exist
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const buildTxz = async (validatedEnv: TxzEnv) => {
168168 // Use the baseUrl and tag from validatedEnv, consistent with build-plugin.ts
169169 const vendorUrl = getAssetUrl ( {
170170 baseUrl : validatedEnv . baseUrl ,
171- tag : validatedEnv . tag
171+ tag : validatedEnv . tag
172172 } , vendorFilename ) ;
173173
174174 console . log ( `Storing vendor archive information: ${ vendorUrl } -> ${ vendorFilename } ` ) ;
You can’t perform that action at this time.
0 commit comments