diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a9e8298..f5279f6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,13 +13,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: master fetch-depth: '0' - name: version-tag id: tag uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 alternatvelly we can use v1 env: + VERBOSE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: automatic-draft-release diff --git a/entrypoint.sh b/entrypoint.sh index ad090dea..0a61a76d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,7 +13,7 @@ initial_version=${INITIAL_VERSION:-0.0.0} tag_context=${TAG_CONTEXT:-repo} prerelease=${PRERELEASE:-false} suffix=${PRERELEASE_SUFFIX:-beta} -verbose=${VERBOSE:-true} +verbose=${VERBOSE:-false} major_string_token=${MAJOR_STRING_TOKEN:-#major} minor_string_token=${MINOR_STRING_TOKEN:-#minor} patch_string_token=${PATCH_STRING_TOKEN:-#patch}