Skip to content

Merge pull request #16 from Geode-solutions/Add_copyleft #50

Merge pull request #16 from Geode-solutions/Add_copyleft

Merge pull request #16 from Geode-solutions/Add_copyleft #50

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 }}