Skip to content

made game webapp URL and custom game room name configurable #7

made game webapp URL and custom game room name configurable

made game webapp URL and custom game room name configurable #7

Workflow file for this run

name: Publish to npmjs
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- uses: JS-DevTools/npm-publish@v2.2.0
with:
token: ${{ secrets.NPM_TOKEN }}