Skip to content

Commit

Permalink
Correct pull ref
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Mar 2, 2024
1 parent d86e014 commit 5a84012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.ref }}
ref: ${{ github.event.client_payload.sha }}
- run: ./template.sh ${{ github.event.client_payload.tag }}
- uses: snapcore/action-build@v1
id: build
Expand Down

0 comments on commit 5a84012

Please sign in to comment.