Skip to content

Update release-notice.yml #6

Update release-notice.yml

Update release-notice.yml #6

name: Publish Release Notice to ASWF Slack

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release-notice.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: publish
on:
release:
types:
- released
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 5
Steps:
- name: Notify Slack
id: slack
with:
project_name: "ASWF Sample Project"
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
project_logo: "https://artwork.aswf.io/other/aswf/text/aqua/aswf-text-aqua.png"
release_version: ${{ github.event.release.name }}
release_url: ${{ github.event.release.html_url }}
release_notes: ${{ github.event.release.body }}
uses: jmertic/slack-release-notifier@latest