We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54eb49d commit 913f4f1Copy full SHA for 913f4f1
.github/workflows/create_release.yml
@@ -8,6 +8,15 @@ jobs:
8
steps:
9
- name: Checkout code
10
uses: actions/checkout@v5.0.0
11
+
12
+ - name: Go Setup
13
+ uses: ./.github/actions/go-setup-action
14
+ with:
15
+ go-version: ${{ vars.GO_VERSION }}
16
+ go-private: ${{ vars.GO_PRIVATE_REPO }}
17
+ git-user: ${{ secrets.GIT_USER }}
18
+ git-pass: ${{ secrets.GIT_PASS }}
19
20
- name: Docker Login
21
uses: docker/login-action@v3.5.0
22
with:
0 commit comments