Skip to content

Commit

Permalink
Fix property name for github release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatzz11 authored May 25, 2022
1 parent 0f87755 commit 24a9e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}

jobs:
build-and-publish:
build:
runs-on: [linux, self-hosted]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
arguments: |
-Psemver.modifier=${{ github.event.inputs.versionModifier }}
clean build ${{ steps.build_parameters.outputs.publishCommand }}
${{ steps.build_parameters.outputs.githubRelease }}
${{ steps.build_parameters.outputs.githubReleaseCommand }}
--stacktrace
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 24a9e1b

Please sign in to comment.