Skip to content

chore(deps): bump @aws-sdk/client-glue from 3.353.0 to 3.357.0 (#261) #175

chore(deps): bump @aws-sdk/client-glue from 3.353.0 to 3.357.0 (#261)

chore(deps): bump @aws-sdk/client-glue from 3.353.0 to 3.357.0 (#261) #175

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: release-please-action
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test
- run: npm run build
- run: npm publish --access public
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}