Skip to content

Commit

Permalink
set CI_COMMIT_SHA properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 27, 2020
1 parent b97a3bb commit a7df36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn lint
- run: yarn build
env:
CI_COMMIT_SHA: "$GITHUB_SHA"
CI_COMMIT_SHA: ${{ github.sha }}
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit a7df36a

Please sign in to comment.