Loading .github/workflows/build.yml +2 −2 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v1.99" xtag: "v1.99" title: "v$((${{ secrets.MAJOR }})).$((${{ secrets.MINOR }}))" body: "Release v1.99" xbody: "Release v1.99" bump: needs: release Loading Loading
.github/workflows/build.yml +2 −2 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v1.99" xtag: "v1.99" title: "v$((${{ secrets.MAJOR }})).$((${{ secrets.MINOR }}))" body: "Release v1.99" xbody: "Release v1.99" bump: needs: release Loading