Skip to content

Commit 115cc28

Browse files
ci: refactored and simplified ci/cd pipelines
1 parent c77368a commit 115cc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ runs:
1616
cache: 'npm'
1717

1818
- name: Restore install outputs from cache
19+
id: cache-install
1920
uses: actions/cache/restore@v4
2021
with:
2122
path: |
@@ -31,7 +32,6 @@ runs:
3132
CI: true
3233

3334
- name: Save install output to cache
34-
id: cache-install
3535
uses: actions/cache/save@v4
3636
if: always()
3737
with:

0 commit comments

Comments
 (0)