We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef58e2d commit d96b070Copy full SHA for d96b070
.github/workflows/homebrew.yaml
@@ -16,7 +16,7 @@ jobs:
16
registry-url: 'https://registry.npmjs.org'
17
18
- name: Mkdir .aws
19
- run: mkdir -p /home/node/.aws
+ run: sudo mkdir -p /home/node/.aws
20
21
- name: Set .aws/config
22
run: |
.github/workflows/publish.yml
@@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ persist-credentials: false
- uses: actions/setup-node@v2
23
with:
24
node-version: 16
0 commit comments