Skip to content

chore(release): add automatic version management to release pipeline #13

chore(release): add automatic version management to release pipeline

chore(release): add automatic version management to release pipeline #13

Workflow file for this run

name: Test Auto-Label Action
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Action
uses: ./ # This runs your action in the same repo
with:
github_token: ${{ secrets.GITHUB_TOKEN }}