docs: fix code coverage option (#105) #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# INTERNAL TO THIS REPO | |
# This workflow is used to publish the Nx Cloud workflows (by tagging the repo) | |
name: "Publish" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: jameshenry/publish-shell-action@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |