Skip to content

Commit

Permalink
update version to 0.0.10 and add npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Mar 27, 2022
1 parent b2b90e9 commit 3272a56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,12 @@ jobs:
with:
name: ffmpeg-${{ matrix.name }}
path: ffmpeg-${{ matrix.name }}.tar.gz

publish:
needs: build_and_test

if: ${{ github.repository == 'homebridge/homebridge' }}

uses: homebridge/.github/.github/workflows/npm-publish.yml@main
secrets:
npm_auth_token: ${{ secrets.npm_token }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-for-homebridge",
"version": "0.0.11",
"version": "0.0.10",
"description": "Static ffmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware decoding (h264_omx).",
"author": "oznu <[email protected]>",
"homepage": "https://github.com/homebridge/ffmpeg-for-homebridge#readme",
Expand Down

0 comments on commit 3272a56

Please sign in to comment.