Skip to content

Commit

Permalink
Chore: Disable deploying to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 20, 2024
1 parent 97516f8 commit 6a43775
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ jobs:
env:
DEST_DIR: ${{ github.event.release.tag_name }}

# Same release from previous deployed into s3://bucket-name/release/
- name: Deploy Latest Release
uses: jakejarvis/s3-sync-action@master
if: github.event_name == 'release' && github.event.release.prerelease == false && env.AWS_ACCESS_KEY_ID != ''
with:
args: --acl public-read --follow-symlinks --delete --cache-control "max-age=1209600"
env:
DEST_DIR: 'release'

# Publish to NPM
- name: Publish Latest Release
if: github.event_name == 'release' && github.event.release.prerelease == false && env.NODE_AUTH_TOKEN != ''
Expand Down

0 comments on commit 6a43775

Please sign in to comment.