Skip to content

Merge pull request #19 from Geode-solutions/fix_errors_display #52

Merge pull request #19 from Geode-solutions/fix_errors_display

Merge pull request #19 from Geode-solutions/fix_errors_display #52

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: [ next, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}