We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4278d5a commit 2c04569Copy full SHA for 2c04569
.github/workflows/newversion.yml
@@ -43,3 +43,8 @@ jobs:
43
run: npm publish
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
+ - name: report
47
+ run: |
48
+ sudo npm install -g @treehouses/cli
49
+ export discord_channel="${{ secrets.CHANNEL }}"
50
+ treehouses feedback "new [treehouses/cli](https://github.com/treehouses/cli) release **[$( echo ${{ github.ref }} | cut -d'/' -f3 )](https://www.npmjs.com/package/@treehouses/cli/v/$( echo ${{ github.ref }} | cut -d'/' -f3 ))**"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.10",
+ "version": "1.26.11",
4
"remote": "4000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments