Skip to content

fix(unlock-app): using both the address + location name #423

fix(unlock-app): using both the address + location name

fix(unlock-app): using both the address + location name #423

Workflow file for this run

name: Publish unlock packages to npm
on:
push:
branches:
- 'production'
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- run: sudo apt-get update -y
- run: sudo apt-get install -y default-jdk
- run: yarn install
- run: yarn release
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}