Skip to content

Commit

Permalink
build: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed May 22, 2024
1 parent 160ef22 commit 4d8216f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@ jobs:
name: Update Release

steps:
- name: Check Token
if: env.GH_TOKEN == ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV

- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
ref: '3.x'
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN_COMMIT }}

- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4d8216f

Please sign in to comment.