From 324e8207be7f86b34cd07e871be5251aced7eeb8 Mon Sep 17 00:00:00 2001 From: Dennis Meister Date: Wed, 16 Aug 2023 16:09:23 +0200 Subject: [PATCH] feat: test bump version Signed-off-by: Dennis Meister --- .github/workflows/release.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfe9af38..14bc13a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,19 +37,19 @@ jobs: - run: echo ${{ steps.changelog.outputs.version }} - run: echo "`jq '.version="${{ steps.changelog.outputs.version }}"' package.json`" > package.json - compile: - uses: ./.github/workflows/build-exe.yml - needs: [bump-version] - with: - ref: v${{ needs.bump-version.outputs.packageVersion }} - - create-release: - runs-on: ubuntu-latest - needs: [bump-version, compile] - steps: - - uses: actions/download-artifact@v3 - - - uses: ncipollo/release-action@v1 - with: - artifacts: "arm64/*,x64/*" - tag: v${{ needs.bump-version.outputs.packageVersion }} + # compile: + # uses: ./.github/workflows/build-exe.yml + # needs: [bump-version] + # with: + # ref: v${{ needs.bump-version.outputs.packageVersion }} + + # create-release: + # runs-on: ubuntu-latest + # needs: [bump-version, compile] + # steps: + # - uses: actions/download-artifact@v3 + + # - uses: ncipollo/release-action@v1 + # with: + # artifacts: "arm64/*,x64/*" + # tag: v${{ needs.bump-version.outputs.packageVersion }}