Skip to content

ci(dependencies): make sub actions to use multiple times #1

ci(dependencies): make sub actions to use multiple times

ci(dependencies): make sub actions to use multiple times #1

Workflow file for this run

name: release

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 15, Col: 9): Unexpected value 'build', (Line: 15, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
tags:
- "v*.*.*"
- "v*.*.*-pre"
jobs:
build:
runs-on: ubuntu-latest
name: Building stack
steps:
- build:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')