Skip to content

Commit

Permalink
(๑•.•๑): add debug detect version field to console
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenio committed Dec 3, 2024
1 parent a8b38b3 commit 6dad5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
id: detect
run: |
make version >> $GITHUB_OUTPUT
make version
- name: Commit and Create PR
if: ${{ steps.detect.outputs.version != 'no-update' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "version=${{ steps.detect.outputs.version }}"
Branch=topic/detect/update-opend-version
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 6dad5b2

Please sign in to comment.