Skip to content

svelte-migrate: renamed files (#27) #8

svelte-migrate: renamed files (#27)

svelte-migrate: renamed files (#27) #8

Workflow file for this run

name: publish
on:
push:
branches:
- '*'
tags:
- 'v*'
jobs:
publish-npm:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- uses: volta-cli/action@v1
- uses: pnpm/[email protected]
with:
version: 6.0.2
run_install: true
- run: pnpm build
- run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
pnpm package
pnpm publish ./package