Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 29, 2024
1 parent db823f8 commit 91c41c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:

- name: generate MarkDown files
run: |
echo "release "${{ github.head_ref }}"
node make-docs.js --release "${{ github.head_ref }}"
echo "release ${{ github.head_ref }}"
node make-docs.js --release ${{ github.head_ref }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 91c41c6

Please sign in to comment.