Skip to content

Commit

Permalink
Unblock Actions (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 15, 2022
1 parent d180de8 commit c46d11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: 'dist'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
# Publish to NPM with prerelease dist-tag
- name: Publish Latest Prerelease
if: github.event_name == 'release' && github.event.release.prerelease && env.NODE_AUTH_TOKEN != ''
run: npm run publish-ci -- --dist-tag prerelease
run: npm run publish-ci -- --dist-tag prerelease

0 comments on commit c46d11f

Please sign in to comment.