Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 24, 2023
1 parent 2dab7f6 commit 9ecbfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
release-it:
runs-on: windows-latest
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
if: ${{ !inputs.dry-run }}
id: package-info
run: |
echo ::set-output name=name::$(node -p "require('./package.json').name")
echo ::set-output name=version::$(node -p "require('./package.json').version")
echo '::set-output name=name::$(node -p "require('./package.json').name")'
echo '::set-output name=version::$(node -p "require('./package.json').version")'
- name: Update Example
if: ${{ !inputs.dry-run }}
Expand Down

0 comments on commit 9ecbfed

Please sign in to comment.