Skip to content

Commit ac56c3d

Browse files
committed
Fix repo variable actions context
1 parent ac3a8aa commit ac56c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
publish:
21-
runs-on: ${{ variables.publish.agent || 'ubuntu-latest' }}
21+
runs-on: ${{ vars.PUBLISH_AGENT || 'ubuntu-latest' }}
2222
steps:
2323
- name: 🤘 checkout
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)