Skip to content

Commit 78afa78

Browse files
committed
chore: remove key from upload-artifact
1 parent ecdde8a commit 78afa78

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-lint-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
with:
6868
name: snap-build-${{ github.sha }}
6969
path: ./packages/snap/dist
70-
key: snap-${{ runner.os }}-${{ github.sha }}
7170
- name: Require clean working directory
7271
shell: bash
7372
run: |

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
./packages/**/dist
6868
./packages/snap/snap.manifest.json
6969
./node_modules/.yarn-state.yml
70-
key: ${{ github.sha }}
7170
7271
publish-npm-dry-run:
7372
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)