Skip to content

Commit

Permalink
fix rpm nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther authored Nov 20, 2023
1 parent 5967cdb commit 8c7981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
echo '::group::Checking the version number'
if [[ "${{ inputs.nightly }}" = true ]]; then
echo VERSION=$(tr -d '\n' < .version)+nightly$(date '+%Y%m%d')$(git rev-parse --short HEAD | sed s/-/_/g) >> $GITHUB_ENV
echo VERSION=$(tr -d '\n' < .version | sed s/-/_/g)+nightly$(date '+%Y%m%d')$(git rev-parse --short HEAD | sed s/-/_/g) >> $GITHUB_ENV
else
echo VERSION=$(tr -d '\n' < .version | sed s/-/_/g) >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 8c7981e

Please sign in to comment.