Skip to content

Commit

Permalink
typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon McAllister committed Oct 28, 2023
1 parent ecb55f1 commit 3643475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
node-version: 18 # remember to update this when support is added/dropped
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm run test
env:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down

0 comments on commit 3643475

Please sign in to comment.