Skip to content

chore(deps): bump @aws-sdk/client-s3 from 3.369.0 to 3.370.0 (#255) #242

chore(deps): bump @aws-sdk/client-s3 from 3.369.0 to 3.370.0 (#255)

chore(deps): bump @aws-sdk/client-s3 from 3.369.0 to 3.370.0 (#255) #242

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Release
run: npx [email protected] --debug --no-ci
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}