Skip to content

Commit

Permalink
fix: release actions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 17, 2024
1 parent fe02f36 commit cebe427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./manage.py schema experiment >> ./dist/schemas/experiment_schema.json
./manage.py schema discovery >> ./dist/schemas/discovery.json
- name: Upload release artifacts
uses: actions/github-scripts@v7
uses: actions/github-script@v7
with:
script: |
const fs = require(fs);
Expand Down

0 comments on commit cebe427

Please sign in to comment.