Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsat Mishra <tatsat.mishra@microsoft.com>
  • Loading branch information
Tatsat Mishra committed Oct 23, 2024
1 parent f7d2dbc commit b1c2449
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
JobBuild:
name: release
runs-on: [self-hosted, "1ES.Pool=1es-vscode-aks-tools-pool"]
runs-on: ubuntu-latest
# Expose step outputs as job outputs
outputs:
currentversion: ${{ steps.package_version.outputs.current-version }}
Expand Down Expand Up @@ -41,10 +41,9 @@ jobs:
- name: Build
run: npm run webpack

- name: Get current package version
- name: Get current package.json version
id: package_version
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v1.3.1

run: node -e "console.log(require('./package.json').version);"

JobsPublish:
name: publish
Expand Down

0 comments on commit b1c2449

Please sign in to comment.