Skip to content

fix: fail to inject when the methods are sharing the same name #43

fix: fail to inject when the methods are sharing the same name

fix: fail to inject when the methods are sharing the same name #43

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 }}"