mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
[gha] publish as releases
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
22939abb2d
commit
9edaa86509
1 changed files with 5 additions and 5 deletions
10
.github/workflows/commit.yml
vendored
10
.github/workflows/commit.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Pre-release
|
name: Trunk release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -63,8 +63,8 @@ jobs:
|
||||||
name: i2pdbrowser-${{ steps.commit.outputs.short }}-windows
|
name: i2pdbrowser-${{ steps.commit.outputs.short }}-windows
|
||||||
path: I2PdBrowserPortable_*-windows.zip
|
path: I2PdBrowserPortable_*-windows.zip
|
||||||
|
|
||||||
pre-release:
|
publish:
|
||||||
name: Publish pre-release
|
name: Publish trunk release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- pack-nix
|
- pack-nix
|
||||||
|
|
@ -81,12 +81,12 @@ jobs:
|
||||||
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*
|
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Creating pre-release
|
- name: Creating release
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest"
|
automatic_release_tag: "latest"
|
||||||
prerelease: true
|
prerelease: false
|
||||||
title: "Latest packages"
|
title: "Latest packages"
|
||||||
files: |
|
files: |
|
||||||
I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*
|
I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue