Skip to content

chore(release): 1.0.1 #6

chore(release): 1.0.1

chore(release): 1.0.1 #6

Workflow file for this run

name: Publish
on:
push:
branches: ['release/*']
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
with:
fetch-depth: 0
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/config/[email protected]
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
- name: Build
run: npm run build
- name: Publish
run: npm publish
- name: Get new version
id: info
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
concurrency:
group: release-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true