Skip to content

Commit

Permalink
Fix error in script
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Feb 3, 2020
1 parent 99630ef commit 54a2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build and push
run: "bash .ci-scripts/build-and-push-stdlib-documentation $STDLIB_TOKEN"
run: "bash .ci-scripts/build-and-push-stdlib-documentation.bash $STDLIB_TOKEN"
env:
STDLIB_TOKEN: ${{ secrets.STDLIB_TOKEN }}

Expand Down

0 comments on commit 54a2b67

Please sign in to comment.