Skip to content

Commit

Permalink
Change title of pre-releases (#61)
Browse files Browse the repository at this point in the history
* Change title of pre-releases
  • Loading branch information
Sohn123 authored Apr 26, 2023
1 parent bcfb1af commit fdf9cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
secrets:
ghtoken: ${{ secrets.GITHUB_TOKEN }}
pre-release:
needs: [build-ramips, build-arm]
needs: [build-ramips, build-arm, get-version]
runs-on: "ubuntu-latest"
permissions:
contents: write
Expand All @@ -51,5 +51,5 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
title: "Development Build: ${{ needs.get-version.outputs.version }}"
files: "*.ipk"

0 comments on commit fdf9cd2

Please sign in to comment.