Skip to content

Commit

Permalink
ci: fix github_sha token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pnarielwala committed Nov 7, 2021
1 parent eba95de commit 5814beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/cache@v2
with:
path: '**/dist'
key: build-dist-${{ $GITHUB_SHA }}
key: build-dist-$GITHUB_SHA
- name: Install dependencies
run: yarn install
- name: Build tool
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/cache@v2
with:
path: '**/dist'
key: build-dist-${{ $GITHUB_SHA }}
key: build-dist-$GITHUB_SHA
- name: Install dependencies
run: yarn install
- name: Publish
Expand Down

0 comments on commit 5814beb

Please sign in to comment.