Skip to content

Commit

Permalink
Merging workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed May 19, 2024
1 parent 2ea20f6 commit df64806
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
node-version: 20
- uses: gradle/actions/setup-gradle@v3

- run: git tag

- name: Test dRAGon
run: gradle npmInstall npmLint test
- name: Create Release
run: gradle createRelease
run: git fetch --tags && gradle createRelease
- name: Set Frontend Version
run: npm version from-git --no-git-tag-version --prefix frontend
- name: Set Docs Version
Expand Down

0 comments on commit df64806

Please sign in to comment.