Skip to content

Commit fa4b3f7

Browse files
authored
Specify branch name in release-pkg workflow (#19765)
1 parent 62e1c6d commit fa4b3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
repository: gridai/base-images
7979
token: ${{ secrets.PAT_GHOST }}
80+
ref: "main"
8081
- name: Update lightning version
8182
run: |
8283
import json, os, re

0 commit comments

Comments
 (0)