Skip to content

Commit

Permalink
Updated Post-Build WF & Release WF
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Feb 6, 2025
1 parent fdd5e87 commit 54cb828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/post_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
gpg_key: ${{secrets.GPG_KEY}}
gpg_passphrase: ${{secrets.GPG_PASSPHRASE}}
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}

sonarcloud_sources: ${{ '' }}
sonarcloud_tests: ${{ '' }}
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ run-name: "Releasing ${{ github.event.repository.name }} #${{github.run_number}}
# Trigger workflow manually
on:
workflow_dispatch:
inputs:
release_version:
type: string
description: "(Optional) Custom Release Version"
required: false

env:
BRANCH_NAME: ${{ github.ref_name }}
Expand Down Expand Up @@ -37,4 +32,3 @@ jobs:
with:
version_type: 'pre-release'
github_token: ${{secrets.GITHUB_TOKEN}}
release_version: ${{ github.event.inputs.release_version }}

0 comments on commit 54cb828

Please sign in to comment.