Skip to content

Commit

Permalink
fix: define id for step
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 18, 2024
1 parent 40329e7 commit bd20afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
cd .github/workflows
latest_tag=`python3 bump-version.py`
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
cd ${{ github.workspace }}
Expand All @@ -44,7 +45,7 @@ jobs:
title: "Bump cpp-linter/clang-tools-static-binaries to ${{ steps.bump.outputs.latest_tag }}"
body: |
Bump [cpp-linter/clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries/releases) to ${{ steps.vars.outputs.latest_tag }}
- This PR was auto-generated on $(date +%d-%m-%Y) by [create-pull-request][1]
- This PR was auto-generated on `date +%d-%m-%Y` by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
base: main
Expand Down

0 comments on commit bd20afe

Please sign in to comment.