We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2e582 commit cca78c2Copy full SHA for cca78c2
.github/workflows/release.yml
@@ -62,6 +62,11 @@ jobs:
62
ref: main
63
fetch-depth: 0
64
65
+ - name: Get variables
66
+ run: |
67
+ release_version="${{ inputs.version }}"
68
+ echo "release_version=${release_version//v/}" >> "$GITHUB_ENV"
69
+
70
- name: Login to Docker
71
uses: docker/login-action@v3
72
if: env.REGISTRY_USERNAME != ''
@@ -89,6 +94,11 @@ jobs:
89
94
90
95
token: ${{ secrets.COMMITTER_TOKEN }}
91
96
97
98
99
100
101
92
102
- name: Cut v${{ env.release_version }} Release
93
103
run: |
104
git config --global user.name terraform-docs-bot
0 commit comments