From 21e335f6d2b67f4e5c9f339bcbf9eb899b447515 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 22 Jun 2022 08:58:15 +0530 Subject: Added workflows to publish on beta and release builds --- .github/workflows/reddit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/reddit.yml') diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml index e387c6491..260b586d8 100644 --- a/.github/workflows/reddit.yml +++ b/.github/workflows/reddit.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish to Reddit on: release: @@ -18,5 +18,5 @@ jobs: subreddit: ferdium # Submit to /r/ferdium title: "[Release] Ferdium ${{ github.event.release.tag_name }}" # flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23" - comment: ${{ github.event.release.body }} + comment: "${{ github.event.release.body }}" notification: true -- cgit v1.2.3-54-g00ecf