mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-11-28 12:28:54 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74c59ef00c |
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
- run: npm install -D
|
||||||
- run: npm run package
|
- run: npm run package
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
|
|||||||
Reference in New Issue
Block a user