Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitTools/GitVersion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.6.2
Choose a base ref
...
head repository: GitTools/GitVersion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.6.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 8, 2021

  1. Update homebrew.yml

    arturcic authored Jan 8, 2021
    Copy the full SHA
    8204cc8 View commit details
  2. Copy the full SHA
    aaaed5e View commit details
Showing with 6 additions and 8 deletions.
  1. +1 −0 .github/workflows/homebrew.yml
  2. +5 −8 .github/workflows/release.yml
1 change: 1 addition & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@ jobs:
token: ${{secrets.HOMEBREW_GITHUB_TOKEN}}
# Formula name, required
formula: gitversion
tag: ${{ github.event.client_payload.ref }}
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -4,17 +4,14 @@ on:
types: [published]

jobs:
callBuildFlow:
release:
name: Trigger Build flow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: octokit/request-action@v2.x
name: "Trigger Build flow"
- uses: peter-evans/repository-dispatch@v1
with:
route: POST /repos/:repository/dispatches
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
repository: ${{ github.repository }}
mediaType: '{"previews": ["everest"]}'
event_type: release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
event-type: release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'