Skip to content

Commit

Permalink
Merge branch 'main' into dev/andris/cmake_tools/presetsV6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeis authored Jan 26, 2024
2 parents 81113b3 + f402edc commit 5836357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get Short SHA
id: get-short-sha
run: echo "::set-output name=sha::$(git rev-parse --short ${GITHUB_SHA})"
run: echo "sha=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_OUTPUT

- name: Update the package version
uses: jacobtomlinson/gha-find-replace@master
Expand Down

0 comments on commit 5836357

Please sign in to comment.