Skip to content

Commit

Permalink
👷 github: fix deployment tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Sep 23, 2024
1 parent b20f39b commit 511c8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:

- run: bun graph auth --studio ${{ secrets.GRAPH_STUDIO_TOKEN }}
- run: bun prepare:optimism
- run: bun graph deploy --studio -l {{ github.ref_name }} exactly-optimism
- run: bun graph deploy --studio -l ${{ github.ref_name }} exactly-optimism

0 comments on commit 511c8e5

Please sign in to comment.