Skip to content

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18… #110

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18…

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18… #110

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
semantic-release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
- name: Install yq
run: |
sudo snap install yq
yq --version
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}