Skip to content

Commit

Permalink
chore: env
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 1, 2024
1 parent a037ec3 commit dac126a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: macos-latest
name: Build assets
environment: production
steps:
- uses: actions/checkout@v4
- name: Cache pnpm modules
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- name: Cache pnpm modules
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
runs-on: macos-latest
name: Build assets
environment: production
steps:
- uses: actions/checkout@v4
- name: Cache pnpm modules
Expand Down

0 comments on commit dac126a

Please sign in to comment.