Skip to content

Merge pull request #524 from qonto/changelog-6.0.2 #8

Merge pull request #524 from qonto/changelog-6.0.2

Merge pull request #524 from qonto/changelog-6.0.2 #8

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: NullVoxPopuli/action-setup-pnpm@v2
with:
node-version: 16
node-registry-url: "https://registry.npmjs.org"
- name: Build addon
run: pnpm build
- name: auto-dist-tag
run: npx auto-dist-tag@1 --write
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ember-amount-input