Skip to content

Commit ad197aa

Browse files
authored
Further fixes to the publish workflow. (#124)
1 parent 7ae70ca commit ad197aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
- uses: actions/checkout@v2
135135
with:
136136
ref: ${{ github.event.release.tag_name }}
137-
- uses: c-hive/gha-yarn-cache@v1
138137
- uses: actions/[email protected]
139138
with:
140139
node-version: 16
140+
cache: yarn
141141
- uses: actions-rs/toolchain@v1
142142
with:
143143
profile: minimal

0 commit comments

Comments
 (0)