Skip to content

Commit 1b3b369

Browse files
Fix release CI workflow
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 44818e9 commit 1b3b369

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check Release
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ['main']
55
pull_request:
6-
branches: ["*"]
6+
branches: ['*']
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -20,8 +20,9 @@ jobs:
2020
- name: Check Release
2121
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
2222
with:
23-
2423
token: ${{ secrets.GITHUB_TOKEN }}
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526

2627
- name: Upload Distributions
2728
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)