Skip to content

Commit

Permalink
ci: wait on the specific last bumped version to release, not this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 19, 2023
1 parent 6d4e075 commit aa93ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
id: wait-for-release
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: git log --grep='chore(release):' -n 1 --pretty=format:"%H"
checkName: release
timeoutSeconds: 3600 # 1 hour

Expand Down

0 comments on commit aa93ce9

Please sign in to comment.