Skip to content

Initial Release Workflow testing #9

Initial Release Workflow testing

Initial Release Workflow testing #9

Workflow file for this run

name: Generate GitHub Release
concurrency:
group: release-${{ github.head_ref }}
cancel-in-progress: true
on:
push:
tags:
- '*'
jobs:
generate-release-log:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Generate Release Log
uses: tremble/amazon.aws/.github/actions/ansible_release_log@main
#uses: ansible-collections/amazon.aws/.github/actions/ansible_release_log.yml@main
with:
release: ${{ github.ref_name }}
perform-release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Generate Release
uses: tremble/amazon.aws/.github/actions/ansible_release_tag@main
#uses: ansible-collections/amazon.aws/.github/actions/ansible_release_tag.yml@main
with:
release: ${{ github.ref_name }}
collection-name: amazon.aws
needs: generate-release-log

Check failure on line 33 in .github/workflows/release-tag.yml

View workflow run for this annotation

GitHub Actions / Generate GitHub Release

Invalid workflow file

The workflow is not valid. .github/workflows/release-tag.yml (Line: 33, Col: 9): Unexpected value 'needs'