Skip to content

Commit

Permalink
Update release-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Oct 24, 2024
1 parent 5108ee4 commit bbf2998
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,16 @@ jobs:
replace_in_rb on_intel "${{ inputs.pact_intel }}"
replace_in_rb on_arm "${{ inputs.pact_arm }}"
replace_in_rb on_arm "${{ inputs.pact_head }}" '\<head do\>\n[ ]*'
- name: Validate pact arm nightly release
run: |
brew install --build-from-source pact.rb --head
pact -v
brew unlink pact
- name: Validate pact arm release
brew install --build-from-source pact.rb --head
pact -v
brew unlink pact

- name: Update master branch with new homebrew
run: |
Expand Down

0 comments on commit bbf2998

Please sign in to comment.