Skip to content

chore: release v0.5.4 #104

chore: release v0.5.4

chore: release v0.5.4 #104

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "21"
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test --if-present
- run: npx conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}