Skip to content

Commit

Permalink
fix: publish publishes hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
szattila98 committed Mar 27, 2024
1 parent f61569a commit 0277788
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Publish

on:
push:
branches:
- main
tags:
- '*'

Expand All @@ -16,7 +14,6 @@ permissions:
jobs:
upload_license:
name: Upload License
if: ${{ github.ref_type == 'tag' }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +25,6 @@ jobs:

build:
name: Build - ${{ matrix.platform }}
if: ${{ github.ref_type == 'tag' }}
runs-on: ${{ matrix.platform }}
strategy:
matrix:
Expand Down Expand Up @@ -66,7 +62,6 @@ jobs:
needs: [build, upload_license]
name: Publish binaries
runs-on: ubuntu-20.04
if: ${{ github.ref_type == 'tag' }}
steps:
- uses: actions/download-artifact@v4

Expand Down

0 comments on commit 0277788

Please sign in to comment.