Skip to content

Commit

Permalink
Removed Unused Deploy Workflow. Fixed Build and Deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheClermont committed Jan 13, 2025
1 parent edc2aa0 commit 321a685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: metricshub-jre-${{ env.JRE_OS_NAME }}.zip

- name: Maven Deploy Archives
if: ${{ inputs.deploy == 'true' }}
if: ${{ inputs.deploy }}
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down
94 changes: 0 additions & 94 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit 321a685

Please sign in to comment.