Skip to content

Commit

Permalink
fixed anchor ts buid in pinned.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kklas authored Nov 9, 2022
1 parent ed02f1f commit 88bac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
# ts
- uses: ./.github/actions/setup-ts/
- run: cd ts && yarn build && yarn pack
- run: cp ts/project-serum-anchor-*.tgz ./anchor-${{ env.VERSION_SUFFIX }}.tgz
- run: cd ts/packages/anchor && yarn build && yarn pack
- run: cp ts/packages/anchor/project-serum-anchor-*.tgz ./anchor-${{ env.VERSION_SUFFIX }}.tgz
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 88bac5c

Please sign in to comment.