diff --git a/.github/workflows/newversion.yml b/.github/workflows/newversion.yml index 74de10a9b2..d2ace96d73 100644 --- a/.github/workflows/newversion.yml +++ b/.github/workflows/newversion.yml @@ -43,3 +43,8 @@ jobs: run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: report + run: | + sudo npm install -g @treehouses/cli + export discord_channel="${{ secrets.CHANNEL }}" + 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 ))**" diff --git a/package.json b/package.json index db2431c7b5..b37df6e519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.26.10", + "version": "1.26.11", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",