Skip to content

Commit

Permalink
Fix workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 3, 2024
1 parent 4c87dcd commit c11b893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
lfs: true
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Configure Build
Expand Down Expand Up @@ -350,7 +350,6 @@ jobs:
npm run doc
- name: Publish documenation
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: bindings/wasm/package/doc
Expand Down

0 comments on commit c11b893

Please sign in to comment.