Skip to content

Add possibility to name columns with data-attributes for server side … #9

Add possibility to name columns with data-attributes for server side …

Add possibility to name columns with data-attributes for server side … #9

Workflow file for this run

name: npm-publish
on:
push:
branches:
- master
jobs:
npm-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Publish if version has been updated
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}