Skip to content

Commit

Permalink
Fix the manual_release.yml deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Sep 4, 2023
1 parent 421ea04 commit 24347de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
short-sha: ${{ steps.get-short-sha.outputs.short-sha }}
full-sha: ${{ steps.get-full-sha.outputs.full-sha }}
steps:
- uses: actions/checkout@v3
- name: "Set short-sha"
id: get-short-sha
run: |
Expand Down

0 comments on commit 24347de

Please sign in to comment.