Skip to content

Commit

Permalink
MAINT: inserted missing origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Feb 21, 2022
1 parent 37cbf1c commit 3403b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
git fetch --depth 1 origin master
echo "Commit that triggered this workflow: ${{ github.sha }}"
echo "HEAD at master: $(git rev-parse master)"
echo "::set-output name=sha::$(git rev-parse master)"
echo "::set-output name=sha::$(git rev-parse origin/master)"
- name: Make release
if: >-
Expand Down

0 comments on commit 3403b74

Please sign in to comment.