Skip to content

Commit

Permalink
echo [ci build] qwqwq
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Jun 8, 2024
1 parent 148d198 commit 189a89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
if: ${{ env.bump }}
run: |
git fetch --tags
version = $(git tags -l 'v*' --sort=-v:refname | head -n 1)
# echo "Current version: ${{ version }}"
# echo "Requested bump: ${{ env.bump }}"
version=$(git tag -l 'v*' --sort=-v:refname | head -n 1)
echo "Current version: ${version}"
echo "Requested bump: ${{ env.bump }}"
# - name: Checkout eman-feedstock
Expand Down

0 comments on commit 189a89c

Please sign in to comment.