Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
use v${version} rather than tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Dec 20, 2022
1 parent af7f488 commit bf91531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ needs.release.outputs.TAG }}
ref: v${{ needs.release.outputs.VERSION }}
- name: Run Ganache's docker publish action
# we are running our local action, so point directly to a folder
# containing an `action.yml` file
Expand Down

0 comments on commit bf91531

Please sign in to comment.