Skip to content

feat: Upgrade @aws-sdk/client-s3 from 3.668.0 to 3.709.0 (#235) #38

feat: Upgrade @aws-sdk/client-s3 from 3.668.0 to 3.709.0 (#235)

feat: Upgrade @aws-sdk/client-s3 from 3.668.0 to 3.709.0 (#235) #38

name: release-automated
on:
push:
branches: [ master, release, alpha, beta ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run semantic-release
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}