Skip to content

Commit

Permalink
Add v prefix to staging checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 11, 2025
1 parent 94ac61e commit 4499abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.create-release.outputs.verion }}
ref: v${{ needs.create-release.outputs.verion }}
- name: Deploy service
uses: ./.github/actions/deploy
with:
Expand Down

0 comments on commit 4499abe

Please sign in to comment.