Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
taalojarvi committed Jan 25, 2025
2 parents 4d1a2f0 + 0699003 commit 9f104b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# We don't release .config files, they are in the artifact only for debugging
- name: Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.2.1
if: ${{ needs.build.outputs.rebuild_flag }}
with:
name: ${{ env.RELEASE_TAG }}-lts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
# We don't release .config files, they are in the artifact only for debugging
- name: Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.2.1
if: ${{ needs.build.outputs.rebuild_flag }}
with:
name: ${{ env.RELEASE_TAG }}
Expand Down

0 comments on commit 9f104b3

Please sign in to comment.