Skip to content

Commit 6a0a92c

Browse files
committed
build test
1 parent 76e5479 commit 6a0a92c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
name: release
1+
name: build
22

33
on:
44
push:
55
branches:
66
- main
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
release:
1310
runs-on: ubuntu-latest

scripts/translate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as dotenv from "dotenv";
22

33
dotenv.config({ quiet: true });
4-
4+
//
55
console.log(process.env.GITEA_PATH);

0 commit comments

Comments
 (0)