Skip to content

fix: fixes go.mod module for v5 (#80) #61

fix: fixes go.mod module for v5 (#80)

fix: fixes go.mod module for v5 (#80) #61

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
CI: 1
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASE_PAT }}
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_PAT }}
run: |
yarn install --frozen-lockfile
yarn release