release-please-action icon indicating copy to clipboard operation
release-please-action copied to clipboard

Option include-v-in-tag not respected for github release name

Open maroony opened this issue 3 years ago • 0 comments

TL;DR

When setting option

include-v-in-tag: false

there is no v prefix in the tag name as expected. But the github release name contains the v-prefix!

Expected behavior

No response

Observed behavior

No response

Action YAML

on:
  push:
    branches:
      - main
name: release-please
jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: google-github-actions/release-please-action@v3
        with:
          token: ${{ secrets.MY_TOKEN }}
          include-v-in-tag: false
          release-type: node
          package-name: release-please-action

Log output

No response

Additional information

No response

maroony avatar Sep 07 '22 05:09 maroony