chore: fix nightly builds to have tags (#4595)
This commit is contained in:
@@ -70,10 +70,12 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-cli, install-script, bundle-desktop, bundle-desktop-linux, bundle-desktop-windows]
|
needs: [prepare-version, build-cli, install-script, bundle-desktop, bundle-desktop-linux, bundle-desktop-windows]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # pin@v4
|
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # pin@v4
|
||||||
with:
|
with:
|
||||||
@@ -83,8 +85,8 @@ jobs:
|
|||||||
- name: Release nightly
|
- name: Release nightly
|
||||||
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # pin@v1
|
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # pin@v1
|
||||||
with:
|
with:
|
||||||
tag: nightly
|
tag: ${{ needs.prepare-version.outputs.version }}
|
||||||
name: Nightly
|
name: "Nightly ${{ needs.prepare-version.outputs.version }}"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
goose-*.tar.bz2
|
goose-*.tar.bz2
|
||||||
@@ -95,4 +97,5 @@ jobs:
|
|||||||
download_cli.sh
|
download_cli.sh
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
omitBody: true
|
omitBody: true
|
||||||
omitPrereleaseDuringUpdate: true
|
prerelease: true
|
||||||
|
makeLatest: false
|
||||||
|
|||||||
Reference in New Issue
Block a user