Loading .github/workflows/build.yml +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" title: "Release 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 Loading Loading
.github/workflows/build.yml +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" title: "Release 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 Loading