Unverified Commit 9f58ec51 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

Update build.yml
parents 60ec5281 0b07fc1f
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -88,7 +88,20 @@ jobs:
      with:
        name: 'MINOR'
        value: ${{ env.NEW_MINOR }}
        repository: ${{ github.repository }}
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
    -
      name: Update major version variable
      uses: kroese/set-variable@v2
      with:
        name: 'MAJOR'
        value: ${{ secrets.MAJOR }}
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
    -
      name: Update minor version variable
      uses: kroese/set-variable@v2
      with:
        name: 'MINOR'
        value: ${{ env.NEW_MINOR }}
        token: ${{ secrets.REPO_ACCESS_TOKEN }}

  mirror: