Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 2, 2024
1 parent 9fff04f commit 7c271af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
run: yarn prebuild
- name: bundle
run: yarn workspace ${{steps.names.outputs.packagename }} bundle
- name: inject ${{ steps.names.outputs.packagename }} version
run: |
yarn workspace ${{steps.names.outputs.packagename }} inject-version ${{ github.sha }}
- name: package binary
run: yarn workspace ${{steps.names.outputs.packagename }} package-binary
- name: upload artifact
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
run: yarn prebuild
- name: bundle
run: yarn workspace ${{ steps.names.outputs.packagename }} bundle
- name: inject ${{ matrix.productname }} version
run: |
yarn workspace ${{steps.names.outputs.packagename }} inject-version ${{ steps.ver-mesh-serve.outputs.result }}
- name: package binary
run: yarn workspace ${{ steps.names.outputs.packagename }} package-binary
shell: bash
Expand Down

0 comments on commit 7c271af

Please sign in to comment.