Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Apr 9, 2024
1 parent 58c2ab1 commit c53a19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

- name: Build global project
env:
GAID: ${{ secrets.APTOS_WALLET_ADAPTER_GAID }}
GAID: ${{ vars.APTOS_WALLET_ADAPTER_GAID }}
run: pnpm run build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build global project
env:
GAID: ${{ secrets.APTOS_WALLET_ADAPTER_GAID }}
GAID: ${{ vars.APTOS_WALLET_ADAPTER_GAID }}
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit c53a19d

Please sign in to comment.