Skip to content

Commit

Permalink
Fix release workflow project name and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverin committed Apr 19, 2021
1 parent 3e35839 commit 81474d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Promote Artifact
id: jfrog
run: |
jfrog rt bpr --status release parent ${{ steps.get_version.outputs.build }} sonarsource-public-releases
jfrog rt bpr --status release parent-oss ${{ steps.get_version.outputs.build }} sonarsource-public-releases
maven-central-sync:
runs-on: ubuntu-latest
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Get the version
id: get_version
run: |
IFS=. read major minor patch build <<< "${{ github.event.release.tag_name }}"
IFS=. read major minor build <<< "${{ github.event.release.tag_name }}"
echo ::set-output name=build::"${build}"
- name: Create local repository directory
id: local_repo
Expand Down

0 comments on commit 81474d4

Please sign in to comment.