Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit f037a36

Browse files
committed
ids may not contain periods
1 parent 726da4d commit f037a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: always()
2929

3030
- name: Setup npm and build runestone.js
31-
id: create-runestone.js
31+
id: create-runestone-bundle
3232
run: |
3333
npm install
3434
npm run build

0 commit comments

Comments
 (0)