Skip to content

Commit

Permalink
chore: 🤖 release job in ga credentials fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastecki committed Mar 6, 2024
1 parent 5482e3e commit fb6393a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand All @@ -32,6 +32,8 @@ jobs:
CI: true
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand All @@ -48,6 +50,8 @@ jobs:
CI: true
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand All @@ -63,6 +67,9 @@ jobs:
needs: [lint, build, test]
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand Down

0 comments on commit fb6393a

Please sign in to comment.