Skip to content

feat(): Angular 18 support #6

feat(): Angular 18 support

feat(): Angular 18 support #6

Workflow file for this run

name: Tag Main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true