Skip to content

Commit

Permalink
fix miss indentation under jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeakMengs committed Sep 17, 2023
1 parent 6340146 commit a25e02a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@ jobs:
See the assets to download this version and install.
releaseDraft: true
prerelease: false
update:
needs: release
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
update:
needs: release
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Node.js setup
uses: actions/setup-node@v3
# NOTE: enterprise developers may hard code a version
with:
node-version: latest

- run: npm install
- name: Node.js setup
uses: actions/setup-node@v3
# NOTE: enterprise developers may hard code a version
with:
node-version: latest
- run: npm install

- name: Create Update Json
run: npm update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Update Json
run: npm update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a25e02a

Please sign in to comment.