Commit a7f24ba
authored
feat: add APK package for Alpine Linux to release workflow (#75)
* feat: add APK package for Alpine Linux to release workflow
Closes #66
* fix(ci): disable release update on pull_request events in release-drafter
On PR events the target_commitish resolves to refs/pull/N/merge which
is invalid for a release update. Use disable-releaser on PR events so
only auto-labeling runs; the draft is updated only on push to master.
* fix(ci): remove pull_request trigger from release-drafter workflow
The pull_request event causes release-drafter to attempt updating the
draft release with refs/pull/N/merge as target_commitish, which the
GitHub API rejects as invalid. Since the config has no autolabeler
rules, the pull_request trigger provided no value. The draft is now
only updated on push to master.1 parent e091276 commit a7f24ba
2 files changed
Lines changed: 67 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
441 | 506 | | |
442 | 507 | | |
443 | 508 | | |
| |||
623 | 688 | | |
624 | 689 | | |
625 | 690 | | |
626 | | - | |
| 691 | + | |
627 | 692 | | |
628 | 693 | | |
629 | 694 | | |
630 | 695 | | |
631 | 696 | | |
| 697 | + | |
632 | 698 | | |
633 | 699 | | |
634 | 700 | | |
| |||
0 commit comments