Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update devworkspace-generator-release.yml (#774)
Browse files Browse the repository at this point in the history
Fix indents.
  • Loading branch information
SDawley authored Sep 7, 2023
1 parent 8c428fe commit 9e84491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devworkspace-generator-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-${{ hashFiles('tools/devworkspace-generator/yarn.lock') }}
restore-keys: yarn-
restore-keys: yarn-
- name: publish DevWorkspace Generator
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 9e84491

Please sign in to comment.