Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Mar 14, 2023
1 parent c45d3d2 commit 65b47a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
publish_windows:
runs-on: windows-latest

needs: bump_version
# needs: bump_version

steps:
- name: Checkout git repo
Expand All @@ -48,7 +48,7 @@ jobs:
publish_linux:
runs-on: ubuntu-latest

needs: bump_version
# needs: bump_version

steps:
- name: Checkout git repo
Expand Down

0 comments on commit 65b47a9

Please sign in to comment.