Skip to content

Commit

Permalink
another workflow fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Nov 25, 2021
1 parent 990d926 commit 18c491c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
uses: haya14busa/action-cond@v1
with:
cond: ${{ env.DISTRIBUTION == 'lmn71' }}
if_true: "true"
if_false: "false"
if_true: "false"
if_false: "true"

- name: Create Release
id: create_release
Expand All @@ -77,7 +77,6 @@ jobs:
run: rm ./current-changes

- name: Upload Release Assets
if: env.DISTRIBUTION == 'lmn70'
id: upload-release-assets
uses: dwenegar/upload-release-assets@v1
env:
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linuxmuster-linbo7 (4.0.0-4) lmn71; urgency=low

* another git workflow fix.

-- Thomas Schmitt <[email protected]> Thu, 25 Nov 2021 13:31:00 +0001

linuxmuster-linbo7 (4.0.0-3) lmn71; urgency=low

* git workflow fix.
Expand Down

0 comments on commit 18c491c

Please sign in to comment.