You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Auto Release Tool by Intuit
v1.1.0
This is an action wrapping the auto binary for GitHub Action usage.
# This is an example pipeline
name: Release
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
depth: 0 # <- Suggested to get all tags
token: ${{ secrets.GH_TOKEN }} # <- This is required
- name: release
uses: mbround18/auto@v1
with:
token: ${{ secrets.GH_TOKEN }} # <- This is for auto