Skip to content

chore: updated type for pan-gesture #3

chore: updated type for pan-gesture

chore: updated type for pan-gesture #3

name: Publish to GitHub Packages
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Publish to GitHub Packages
run: npm publish --registry=https://npm.pkg.github.com/devbabs
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}