We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefb46b commit 865e9feCopy full SHA for 865e9fe
.github/actions/next-git-tag/action.yaml
@@ -8,5 +8,5 @@ runs:
8
using: 'composite'
9
steps:
10
- id: get-next-semver-tag
11
- run: ${{ github.action_path }}/next-git-tag.ps1
12
- shell: pwsh
+ run: ${{ github.action_path }}/next-git-tag.ps1 -Verbose
+ shell: pwsh
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Calculate next semantic version Git tag (vsix version)
58
id: vsix_version
59
- uses: ./.github/actions/next-git-tag -Verbose
+ uses: ./.github/actions/next-git-tag
60
61
- name: Set VSIX version for 2015-2019
62
uses: cezarypiatek/VsixVersionAction@1.0
0 commit comments