Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser committed Nov 18, 2024
1 parent 17ef6a3 commit 888b2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
with:
tag: v2.1.5-procursus6
- name: Build
run: |
yarn build
yarn install
run: yarn install
- name: Rename
run: |
mv astgen-linux-x64 astgen-linux
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
run: |
echo "The current tag is: ${{ steps.taggerDryRun.outputs.tag }}"
- name: Build
run: |
yarn build
yarn install
run: yarn install
- name: Rename
run: |
mv astgen-linux-x64 astgen-linux
Expand Down

0 comments on commit 888b2d1

Please sign in to comment.