We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4903b1b commit 16b2cfcCopy full SHA for 16b2cfc
.github/workflows/release.yml
@@ -108,13 +108,12 @@ jobs:
108
- name: Build
109
run: yarn build
110
- name: Upload
111
- uses: svenstaro/upload-release-action@v1-release
+ uses: technote-fork/action-gh-release@v1
112
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
+ files: jquery.marker-animation.min.js
+ draft: true
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118
- uses: 8398a7/action-slack@v1
119
120
type: failure
0 commit comments