Skip to content

Commit 77fe93e

Browse files
committed
Update check release file path
1 parent 733587d commit 77fe93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
pip install -e .
2222
- name: Check Release
23-
uses: ./.github/actions/check-release
23+
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)