Skip to content

Commit

Permalink
feat: test bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Aug 16, 2023
1 parent 46d8cc1 commit 324e820
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 324e820

Please sign in to comment.