Skip to content

Commit

Permalink
Specify branch name in release-pkg workflow (#19765)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Apr 11, 2024
1 parent 62e1c6d commit fa4b3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
repository: gridai/base-images
token: ${{ secrets.PAT_GHOST }}
ref: "main"
- name: Update lightning version
run: |
import json, os, re
Expand Down

0 comments on commit fa4b3f7

Please sign in to comment.