File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Check Release
2
2
on :
3
3
push :
4
- branches : ["main "]
4
+ branches : ["* "]
5
5
pull_request :
6
6
branches : ["*"]
7
+ release :
8
+ types : [published]
9
+ schedule :
10
+ - cron : " 0 0 * * *"
7
11
8
12
jobs :
9
13
check_release :
10
14
runs-on : ubuntu-latest
11
15
steps :
12
16
- name : Checkout
13
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
14
18
- name : Base Setup
15
19
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
16
- - name : Install Dependencies
17
- run : |
18
- pip install -e .
19
20
- name : Check Release
20
21
uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v2
21
22
with :
22
-
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
+ version_spec : next
24
25
25
26
- name : Upload Distributions
26
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
27
28
with :
28
- name : jupyterlab_myst-releaser -dist-${{ github.run_number }}
29
+ name : hatch-nodejs-version -dist-${{ github.run_number }}
29
30
path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments