Skip to content

2.0.1

2.0.1 #103

Workflow file for this run

name: Notify on release
on:
release:
types:
- released
jobs:
notify:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Get Version
shell: bash
id: get-version
run: echo "release_version=$(node ./.github/workflows/get-version.js)" >> $GITHUB_OUTPUT
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HOOK }}
DISCORD_USERNAME: "Head of Marketing (Krum)"
uses: Ilshidur/[email protected]
with:
args: "Smol (Head of QA) is now happy with the release and DDB Adventure Muncher ${{ steps.get-version.outputs.version }} is available for consumption."