Skip to content

Commit c5d5ed1

Browse files
NeWbY100claude
andcommitted
fix: add LIB_PAT env to ReScene.Lib release step for if-condition
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41c7e9c commit c5d5ed1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
if: env.LIB_PAT != ''
7070
shell: bash
7171
env:
72+
LIB_PAT: ${{ secrets.LIB_PAT }}
7273
GH_TOKEN: ${{ secrets.LIB_PAT }}
7374
run: |
7475
TAG="v${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)