Skip to content

docs: bump current version in readme (#103) #42

docs: bump current version in readme (#103)

docs: bump current version in readme (#103) #42

Workflow file for this run

# 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 }}