Skip to content

build(deps-dev): bump rollup from 3.17.3 to 3.29.5 (#111) #14

build(deps-dev): bump rollup from 3.17.3 to 3.29.5 (#111)

build(deps-dev): bump rollup from 3.17.3 to 3.29.5 (#111) #14

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release