Commit 436c7ee4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

Update build.yml
parents 9f03d313 e712b58c
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -89,7 +89,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: