Skip to content

Commit

Permalink
actions: notify releases in #remote (fixes #2034) (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jun 4, 2024
1 parent 925f933 commit 557ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
sudo npm install -g @treehouses/cli
export discord_channel="${{ secrets.CHANNEL }}"
export discord_channel="${{ secrets.CHANNEL }}" #remote
echo "https://github.com/treehouses/remote/releases/tag/v${{ env.VERSION }}"
treehouses feedback "new remote app: https://github.com/treehouses/remote/releases/tag/v${{ env.VERSION }}"

0 comments on commit 557ece5

Please sign in to comment.