mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-20 01:11:53 +00:00
feat: Use native GitHub Action tools to download assets and use GitHub API (#187)
* Use native GitHub Action tools to download assets and use GitHub API * Fix unexpected output when tag not found * Use GitHub Action exec * Add screenshot Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
88f1da8c86
commit
6c7b10c265
16 changed files with 269 additions and 23170 deletions
BIN
.github/goreleaser-action.png
vendored
Normal file
BIN
.github/goreleaser-action.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -20,12 +20,12 @@ jobs:
|
|||
# https://github.com/actions/checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
-
|
||||
name: Install
|
||||
run: npm install
|
||||
-
|
||||
name: Build
|
||||
run: npm run build
|
||||
-
|
||||
name: Test
|
||||
run: npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue