Skip to content

Update publish-prs.yml #8

Update publish-prs.yml

Update publish-prs.yml #8

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
permissions:
contents: read
statuses: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: neoforged/action-tag-versioning@v1
with:
labels: -beta, -stable
env:
GITHUB_TOKEN: ${{ github.token }}