Skip to content

Commit

Permalink
draft/prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Jan 4, 2024
1 parent 5e70c8b commit c7ce7f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: win_lin_release

on:
push:
branches: [ "main" ]
branches: [ "main","devel" ]

permissions: read-all

Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.version }}
name: Release ${{ steps.version.outputs.version }}
draft: false
prerelease: false
draft: true
prerelease: true
files: |
librer.${{ steps.version.outputs.version }}.portable.linux.zip
librer.${{ steps.version.outputs.version }}.portable.windows.zip

0 comments on commit c7ce7f1

Please sign in to comment.