Skip to content

Commit

Permalink
feat: added build workflow pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
viralgupta committed Jan 26, 2025
1 parent 40e0e68 commit 6f8e963
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

release:
runs-on: windows-latest

needs: version_check
steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -52,12 +52,6 @@ jobs:
run: npm run make
working-directory: apps/software

- name: Get Software Version
id: package-version
uses: martinbeentjes/[email protected]
with:
path: apps/software

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6f8e963

Please sign in to comment.