Commit 05252e73 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Automatic builds

parent 66fea625
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -73,9 +73,9 @@ jobs:
      env:
        GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
      with:
        tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
        title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
        body: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
        tag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
        title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
        body: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
    -
      name: Update minor version
      uses: hmanzur/actions-set-secret@v2.0.0