Skip to content

build: update dynamodb-wrapper #35

build: update dynamodb-wrapper

build: update dynamodb-wrapper #35

Workflow file for this run

name: Release
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [master]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release:
name: Semantic release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.GH_TOKEN_NELSON }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install deps
uses: borales/[email protected]
with:
cmd: install --pure-lockfile
- name: Semantic release
uses: cycjimmy/[email protected]
env:
GIT_AUTHOR_NAME: ${{ secrets.GIT_USERNAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_USERNAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_EMAIL }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NELSON }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0
with:
semantic_version: 17.0.7
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]