Skip to content

fix: Null reference when there is no parameter on method #39

fix: Null reference when there is no parameter on method

fix: Null reference when there is no parameter on method #39

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"