Skip to content

Commit 865e9fe

Browse files
Update release.yaml (#121)
1 parent aefb46b commit 865e9fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/next-git-tag/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ runs:
88
using: 'composite'
99
steps:
1010
- id: get-next-semver-tag
11-
run: ${{ github.action_path }}/next-git-tag.ps1
12-
shell: pwsh
11+
run: ${{ github.action_path }}/next-git-tag.ps1 -Verbose
12+
shell: pwsh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Calculate next semantic version Git tag (vsix version)
5858
id: vsix_version
59-
uses: ./.github/actions/next-git-tag -Verbose
59+
uses: ./.github/actions/next-git-tag
6060

6161
- name: Set VSIX version for 2015-2019
6262
uses: cezarypiatek/VsixVersionAction@1.0

0 commit comments

Comments
 (0)