Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
winseros committed Oct 15, 2021
2 parents 10282a1 + 074113f commit fef2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifcats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
echo "pbom_version=$('${{github.ref}}' -replace 'refs/tags/v','')" >> $env:GITHUB_ENV
echo "pbom_build_number=${{github.run_number}} (${{env.git_sha}})" >> $env:GITHUB_ENV
echo "pbom_installer_version=${{env.pbom_version}}" >> $env:GITHUB_ENV
echo "pbom_installer_version=$('${{github.ref}}' -replace 'refs/tags/v','')" >> $env:GITHUB_ENV
- name: Set Version Information - Branch
if: ${{startsWith(github.ref, 'refs/heads/')}}
Expand Down

0 comments on commit fef2a9d

Please sign in to comment.