Skip to content

Commit

Permalink
fix(release): test env
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Oct 22, 2022
1 parent 619d3fd commit 9675b3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Releases

env:
PLUGIN_NAME: logseq-awesome-ui
GH_TOKEN: ${{ secrets.GH_TOKEN }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
on:
push:
branches: [ "main" ]
Expand Down Expand Up @@ -43,7 +43,3 @@ jobs:

- name: Release
run: npx semantic-release

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9675b3d

Please sign in to comment.