Skip to content

Releases: rez0n/actions-github-release

v2.1: Merge pull request #25 from ekoops/main

Choose a tag to compare

@rez0n rez0n released this 30 Apr 21:55
05fabbd

Thanks @NickGraham101 for with inputs fix #23
Thanks @BenCurran98 for prerelease-nodraft and draft release types implementation
Thanks @ekoops for the filter feature implementation (filter unwanted release that match required type)

Replace set-output with environment files

Choose a tag to compare

@rez0n rez0n released this 13 Feb 17:42
27a5782

Thanks @brian-maloney for this update

migrate to Debian slim base image

Choose a tag to compare

@rez0n rez0n released this 26 Apr 15:16

The Action package has been migrated to Debian slim base Python image because it already have required libraries preinstalled for the github api package. Also I'm done with Alpine at all.

use fixed version of base container

Choose a tag to compare

@rez0n rez0n released this 04 Feb 17:54
297576b

Thanks @chrisjohnson00 for #14

Hotfix 1.6

Choose a tag to compare

@rez0n rez0n released this 23 Jan 19:42
5c0557d

Build hotfix due Python version updated for the python:alpine base image PR #12

fix assets out of range

Choose a tag to compare

@rez0n rez0n released this 20 Sep 13:45
fe956c1
Merge pull request #7 from darora/main

avoid failing if release does not have any assets associated with it

new outputs added

Choose a tag to compare

@rez0n rez0n released this 19 Sep 19:35

Added multiple outputs

Outputs

Action outputs 3 variables

  • release - release tag
  • release_id - release Github ID
  • browser_download_url - URL to download first file in release assets

added licence

Choose a tag to compare

@rez0n rez0n released this 19 Sep 17:38
bb0b260
Merge pull request #4 from rez0n/add-license-1

Create LICENSE

added nodraft option

Choose a tag to compare

@rez0n rez0n released this 23 Aug 17:01
0713b72
Merge pull request #3 from jaylusonos/main

Added "nodraft" filtering

v1.1 - Guest mode

Choose a tag to compare

@rez0n rez0n released this 05 Nov 13:38

Added guest mode, token variable no more mandatory.