Skip to content

Commit

Permalink
Move to new branch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Nov 27, 2023
1 parent 661a0eb commit c08e31c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta-release.yml
Expand Up @@ -7,21 +7,21 @@ on:

jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@main
uses: homebridge/.github/.github/workflows/eslint.yml@latest

publish:
needs: lint

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

uses: homebridge/.github/.github/workflows/npm-publish.yml@main
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
with:
tag: 'beta'
dynamically_adjust_version: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@main
uses: homebridge/.github/.github/workflows/eslint.yml@latest
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
analyze:
uses: homebridge/.github/.github/workflows/codeql-analysis.yml@main
uses: homebridge/.github/.github/workflows/codeql-analysis.yml@latest
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
Expand All @@ -19,6 +19,6 @@ jobs:

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

uses: homebridge/.github/.github/workflows/npm-publish.yml@main
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
stale:
uses: homebridge/.github/.github/workflows/stale.yml@main
uses: homebridge/.github/.github/workflows/stale.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c08e31c

Please sign in to comment.