Skip to content

Commit

Permalink
feat: committing to fake master
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 24, 2023
1 parent fc797ae commit c431558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
ref: ${{ fromJSON(needs.release-please.outputs.release-pr).headBranchName }}
token: ${{ secrets.NOIR_RELEASES_TOKEN }}

- name: Print Release Tag Name
run: echo "Tag name is ${{ needs.release-please.outputs.tag-name }}"

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit c431558

Please sign in to comment.