Skip to content

Commit

Permalink
Fix package name in yarn install (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Aug 19, 2024
1 parent e228541 commit 6799d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_and_docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Install Latest npm Package
run: yarn add anchor-tests@latest -W
run: yarn add @stellar/anchor-tests@latest -W

- name: Build and push Docker images
uses: docker/[email protected]
Expand Down

0 comments on commit 6799d85

Please sign in to comment.