Skip to content

Commit 16b2cfc

Browse files
Update release.yml
1 parent 4903b1b commit 16b2cfc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,12 @@ jobs:
108108
- name: Build
109109
run: yarn build
110110
- name: Upload
111-
uses: svenstaro/upload-release-action@v1-release
111+
uses: technote-fork/action-gh-release@v1
112112
with:
113-
repo_token: ${{ secrets.GITHUB_TOKEN }}
114-
file: jquery.marker-animation.min.js
115-
asset_name: jquery.marker-animation.min.js
116-
tag: ${{ github.ref }}
117-
overwrite: true
113+
files: jquery.marker-animation.min.js
114+
draft: true
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118117
- uses: 8398a7/action-slack@v1
119118
with:
120119
type: failure

0 commit comments

Comments
 (0)