Skip to content

Bump version to 0.6.0 #1

Bump version to 0.6.0

Bump version to 0.6.0 #1

name: Automatic trigger draft release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
call-workflow-build-artifacts-and-run-tests:
uses: ./.github/workflows/build-artifacts-and-run-tests.yml
with:
matrix_all_combinations: true
upload_artifacts: true
automated-draft-release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: build-artifacts-and-run-tests

Check failure on line 18 in .github/workflows/draft-release-automatic-trigger.yml

View workflow run for this annotation

GitHub Actions / Automatic trigger draft release

Invalid workflow file

The workflow is not valid. .github/workflows/draft-release-automatic-trigger.yml (Line: 18, Col: 12): Job 'automated-draft-release' depends on unknown job 'build-artifacts-and-run-tests'.
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifacts
uses: dawidd6/action-download-artifact@v6
with:
path: artifacts
- name: Package release assets
run: scripts/package-release-assets.sh
- name: Create release
uses: softprops/action-gh-release@v2
with:
draft: true
files: release/ouch-*