Skip to content

Merge pull request #40 from Infineon/39-option-to-display-some-action… #154

Merge pull request #40 from Infineon/39-option-to-display-some-action…

Merge pull request #40 from Infineon/39-option-to-display-some-action… #154

Workflow file for this run

name: Release
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches: [ "master" ]
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: download + setup auto
uses: auto-it/setup-auto@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Create Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run build:lib
auto shipit