Skip to content

Bump version to 0.6.0 #7

Bump version to 0.6.0

Bump version to 0.6.0 #7

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
artifact_upload_mode: with_default_features
automated-draft-release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: call-workflow-build-artifacts-and-run-tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: downloaded_artifacts
pattern: ouch-*
path: downloaded_artifacts

Check failure on line 28 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: 28, Col: 11): 'path' is already defined
- name: Package release assets
run: scripts/package-release-assets.sh
- name: Create release
uses: softprops/action-gh-release@v2
with:
draft: true
files: output_assets/ouch-*