Skip to content

Commit

Permalink
Merge pull request #1921 from Expensify/Rory-UpdateActionGHReleaseHash
Browse files Browse the repository at this point in the history
Update commit hash of softprops/action-gh-release action
  • Loading branch information
AndrewGable authored Mar 19, 2021
2 parents 459db77 + af8e8a4 commit ec2ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
PR_LIST: ${{ steps.getReleasePRList.outputs.PR_LIST }}

- name: 🚀 Create release to trigger production deploy 🚀
uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf
uses: softprops/action-gh-release@affa18ef97bc9db20076945705aba8c516139abd
with:
tag_name: ${{ env.PRODUCTION_VERSION }}
body: ${{ steps.getReleaseBody.outputs.RELEASE_BODY }}
Expand Down

0 comments on commit ec2ffc2

Please sign in to comment.