Skip to content

Commit

Permalink
Update release.yaml (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin authored Apr 11, 2022
1 parent aefb46b commit 865e9fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/next-git-tag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
using: 'composite'
steps:
- id: get-next-semver-tag
run: ${{ github.action_path }}/next-git-tag.ps1
shell: pwsh
run: ${{ github.action_path }}/next-git-tag.ps1 -Verbose
shell: pwsh
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

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

- name: Set VSIX version for 2015-2019
uses: cezarypiatek/[email protected]
Expand Down

0 comments on commit 865e9fe

Please sign in to comment.