Skip to content

Commit

Permalink
[gha] publish as releases
Browse files Browse the repository at this point in the history
Signed-off-by: R4SAS <[email protected]>
  • Loading branch information
r4sas committed Sep 14, 2024
1 parent 22939ab commit 9edaa86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-release
name: Trunk release

on:
push:
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
name: i2pdbrowser-${{ steps.commit.outputs.short }}-windows
path: I2PdBrowserPortable_*-windows.zip

pre-release:
name: Publish pre-release
publish:
name: Publish trunk release
runs-on: ubuntu-latest
needs:
- pack-nix
Expand All @@ -81,12 +81,12 @@ jobs:
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*
merge-multiple: true

- name: Creating pre-release
- name: Creating release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
prerelease: false
title: "Latest packages"
files: |
I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*

0 comments on commit 9edaa86

Please sign in to comment.