Skip to content

Commit

Permalink
needent deploy :release
Browse files Browse the repository at this point in the history
  • Loading branch information
foxundermoon committed Jan 5, 2022
1 parent a284c74 commit 9994167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: deploy
uses: foxundermoon/now-deploy-action@master
id: deploy
if: env.NEED_RELEASE == 'yes'
# if: env.NEED_RELEASE == 'yes'
if: ${{ false }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.ZEIT_TOKEN }}
Expand Down

0 comments on commit 9994167

Please sign in to comment.