Skip to content

build(deps-dev): bump rollup from 3.28.1 to 3.29.5 #39

build(deps-dev): bump rollup from 3.28.1 to 3.29.5

build(deps-dev): bump rollup from 3.28.1 to 3.29.5 #39

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