Skip to content

chore(npm-deps-dev): update dependency rollup to v4.16.4 (#247) #233

chore(npm-deps-dev): update dependency rollup to v4.16.4 (#247)

chore(npm-deps-dev): update dependency rollup to v4.16.4 (#247) #233

Workflow file for this run

on:
push:
branches:
- main
jobs:
release:
name: Release package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: '14'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}