You've already forked gitea-release-action
mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-07-03 00:53:12 +07:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5951579e82 | |||
74c59ef00c |
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -12,11 +12,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'main'
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- run: npm install -D
|
||||
- run: npm run package
|
||||
- run: |
|
||||
git config user.name github-actions
|
||||
|
Reference in New Issue
Block a user