Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix cyclic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed Dec 2, 2020
1 parent decc3fa commit 2af90c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

bump-version:
name: Bump Version
if: github.actor != 'goreleaserbot'
if: github.event.commits[0].author.name != 'goreleaserbot'
runs-on: ubuntu-latest
needs: build-docker # Only to ensure it can successfully build
outputs:
Expand Down

0 comments on commit 2af90c2

Please sign in to comment.