Skip to content

Commit

Permalink
remove dmsghttp-update from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Jun 18, 2024
1 parent bc736e3 commit bf957d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Releasing
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make dmsghttp-update
make github-release
run: make github-release

darwin:
needs: linux
Expand All @@ -41,7 +39,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make dmsghttp-update
make github-release-darwin
make mac-installer-release
Expand All @@ -63,6 +60,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make dmsghttp-update
make github-release-windows
make windows-installer-release

0 comments on commit bf957d5

Please sign in to comment.