Skip to content

Commit

Permalink
Update generated GHA chunk workflow artifact-image-complete-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
armbianworker committed Jan 3, 2024
1 parent 01d2b22 commit c6ebd28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/complete-artifact-matrix-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
# if: ${{ ! github.event.inputs.versionOverride }}
if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) }}
id: changelog
uses: TriPSs/conventional-changelog-action@v4.1.1
uses: TriPSs/conventional-changelog-action@v5.0.0
with:
github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }}
git-message: 'Bump release to {version}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
# if: ${{ ! github.event.inputs.versionOverride }}
if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) }}
id: changelog
uses: TriPSs/conventional-changelog-action@v4.1.1
uses: TriPSs/conventional-changelog-action@v5.0.0
with:
github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }}
git-message: 'Bump release to {version}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/complete-artifact-matrix-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
# if: ${{ ! github.event.inputs.versionOverride }}
if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) }}
id: changelog
uses: TriPSs/conventional-changelog-action@v4.1.1
uses: TriPSs/conventional-changelog-action@v5.0.0
with:
github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }}
git-message: 'Bump release to {version}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
# if: ${{ ! github.event.inputs.versionOverride }}
if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) }}
id: changelog
uses: TriPSs/conventional-changelog-action@v4.1.1
uses: TriPSs/conventional-changelog-action@v5.0.0
with:
github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }}
git-message: 'Bump release to {version}'
Expand Down
1 change: 1 addition & 0 deletions userpatches/targets-release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ lists:
- { BOARD: mekotronics-r58x-4g, BRANCH: legacy}
- { BOARD: mekotronics-r58x, BRANCH: legacy}
- { BOARD: mixtile-blade3, BRANCH: legacy}
- { BOARD: mixtile-blade3, BRANCH: edge }
- { BOARD: nanopct6, BRANCH: edge }
- { BOARD: nanopct6, BRANCH: legacy}
- { BOARD: nanopi-r5s, BRANCH: edge }
Expand Down

0 comments on commit c6ebd28

Please sign in to comment.