Skip to content

Commit

Permalink
chore: cleanup old code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent 4db9168 commit cb0b471
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
dist/CHANGELOG.md
create-release:
#needs: [build-linux-binary, build-darwin-binary, build-windows-binary]
needs: [build-linux-binary, build-darwin-binary]
runs-on: ubuntu-latest
steps:
Expand All @@ -116,11 +115,6 @@ jobs:
with:
name: alert_system_darwin
path: ./tmp-build/darwin
#- name: Download windows binaries
# uses: actions/download-artifact@v3
# with:
# name: kubectl-eds-windows
# path: ./tmp-build/windows
- name: Get tag
uses: little-core-labs/[email protected]
id: tag
Expand All @@ -138,7 +132,6 @@ jobs:
prerelease: ${{ contains(github.ref, '-rc.') }}
files: |
dist/*.zip
dist/checksums.txt
dist/CHANGELOG.md
env:
COMMIT_TAG: ${{steps.tag.outputs.tag}}
Expand Down

0 comments on commit cb0b471

Please sign in to comment.