We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44818e9 commit 1b3b369Copy full SHA for 1b3b369
.github/workflows/check-release.yml
@@ -1,9 +1,9 @@
1
name: Check Release
2
on:
3
push:
4
- branches: ["main"]
+ branches: ['main']
5
pull_request:
6
- branches: ["*"]
+ branches: ['*']
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -20,8 +20,9 @@ jobs:
20
- name: Check Release
21
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
22
with:
23
-
24
token: ${{ secrets.GITHUB_TOKEN }}
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: Upload Distributions
28
uses: actions/upload-artifact@v4
0 commit comments