Skip to content

Commit

Permalink
fix: remove fontSettings permission
Browse files Browse the repository at this point in the history
  • Loading branch information
关林 沈 committed Aug 3, 2022
1 parent 7ceab7a commit 7230405
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ env:
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
tags:
- "v*.*.*"
branches: ["master", "beta"]
pull_request:
branches: ["master", "beta"]
Expand All @@ -28,9 +26,13 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Set env
uses: actions/checkout@v3
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Show env
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

1 comment on commit 7230405

@vercel
Copy link

@vercel vercel bot commented on 7230405 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

candi-tab – ./

candi-tab-git-master-gary-shen.vercel.app
candi-tab-gary-shen.vercel.app
candi-tab.vercel.app

Please sign in to comment.