Skip to content

actually refer to the logging #62

actually refer to the logging

actually refer to the logging #62

Workflow file for this run

name: simver
permissions: { id-token: write, contents: write, pull-requests: read }
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
simver:
runs-on: ubuntu-latest
steps:
- uses: walteh/simver/cmd/gha-simver@48c84d1af7b03f2771195933ce81190545c88458
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}