Skip to content

Commit

Permalink
oops forgot to remove build from publish gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnobear committed Feb 12, 2024
1 parent eaac87f commit f5befa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
# only create a release if a tag was created that is called e.g. v1.2.3
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: [build, build-mac]
# needs: [build, build-mac]
needs: [build-mac]
steps:
- uses: actions/checkout@v3
- uses: FranzDiebold/github-env-vars-action@v2
Expand Down

0 comments on commit f5befa4

Please sign in to comment.