Skip to content

Commit f20f482

Browse files
committed
check current commit
1 parent 6d4e1e7 commit f20f482

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
TAG_NAME="${{ inputs.tag }}"
3737
3838
echo "Force aligning tag $TAG_NAME to current HEAD..."
39+
3940
git tag -f "$TAG_NAME"
4041
4142
- name: Set up Go 1.x
@@ -51,6 +52,8 @@ jobs:
5152
run: |
5253
echo REPOSITORY_NAME_LOWERCASE=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
5354
55+
git status
56+
5457
- uses: "docker/login-action@v3"
5558
if: matrix.os == 'ubuntu-22.04'
5659
with:

0 commit comments

Comments
 (0)