Skip to content

chore(deps): update ng-web-apis to v4.6.2 (#1680) #26

chore(deps): update ng-web-apis to v4.6.2 (#1680)

chore(deps): update ng-web-apis to v4.6.2 (#1680) #26

Workflow file for this run

name: ⚠️ Release
on:
workflow_dispatch:
inputs:
mode:
type: choice
description: Bump version as requested
required: true
options:
- patch
- minor
- alpha
- major
jobs:
release:

Check failure on line 17 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
runs-on: ubuntu-latest
if: !contains(github.event.head_commit.message , 'chore(release)')
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.84.0
- uses: taiga-family/ci/actions/setup/variables@v1.84.0
- uses: taiga-family/ci/actions/setup/node@v1.84.0
- uses: taiga-family/ci/actions/run/release-it@v1.84.0
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
npmToken: ${{ secrets.NPM_TOKEN }}
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/run/read-package-json@v1.84.0
id: info
- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.84.0
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }}
version: ${{ steps.info.outputs.version }}
textLink: '@maskito/core'
concurrency:
group: release-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true