We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4e1e7 commit f20f482Copy full SHA for f20f482
1 file changed
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
TAG_NAME="${{ inputs.tag }}"
37
38
echo "Force aligning tag $TAG_NAME to current HEAD..."
39
+
40
git tag -f "$TAG_NAME"
41
42
- name: Set up Go 1.x
@@ -51,6 +52,8 @@ jobs:
51
52
run: |
53
echo REPOSITORY_NAME_LOWERCASE=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
54
55
+ git status
56
57
- uses: "docker/login-action@v3"
58
if: matrix.os == 'ubuntu-22.04'
59
with:
0 commit comments