Skip to content

Commit 32a4224

Browse files
committed
test
1 parent 3fe0ac4 commit 32a4224

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/autoRelease.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1
13-
- name: Create a Release
14-
if: contains( github.ref, 'tag' )
15-
uses: elgohr/Github-Release-Action@master
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- name: Upload release
14+
uses: yakuhzi/action-release@v1
1815
with:
19-
args: ${{ github.ref.tag }}
20-
- name: GitHub Upload Release Artifacts
21-
uses: Roang-zero1/github-upload-release-artifacts-action@master
16+
file: release-upload/needUpload.js
17+
changelog: release-upload/CHANGELOG.md
2218
env:
2319
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
with:
25-
args: release-upload/
2620

.github/workflows/deploy2somewhere.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
87
jobs:
98
deploy:
109
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "try-github-actions",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Try github actions",
55
"scripts": {
66
"test": "jest"

release-upload/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* For Test

0 commit comments

Comments
 (0)