141 Commits

Author SHA1 Message Date
K.Takata
9993ae8534 Fix mistake in #39 (#40)
It should be `github.ref` or `GITHUB_REF`.
2020-01-09 18:32:41 -05:00
K.Takata
9f4852ebe6 Add tag_name option (#39)
Allow setting tag name like actions/create-release.
2020-01-09 01:06:19 -05:00
softprops
b7e450da2a update readme v0.1.5 2020-01-05 18:05:29 -05:00
softprops
6195d81339 bump version 2020-01-05 18:04:21 -05:00
softprops
2803ccaf23 updated changelog 2020-01-05 18:03:54 -05:00
Doug Tangren
c66575c5e3
try ncc for packaging (#37)
* try ncc for packaging

* consistent

* newer checkout

* update dist

* update deps

* check style a different way
2020-01-05 18:00:23 -05:00
bomb-on
62eba970e0 Ability to update existing release body (#36)
* Ability to update existing release body

* Updated lib, fixed typo in workflow error message
2020-01-04 01:13:45 -05:00
纪阳
7a7960d4c7 Feat/upload (#34)
* feat: warn file invalid when upload

* build: update release shell

* update emoji

* build: compile main.js
2019-12-28 17:07:38 -05:00
Loïc Paulevé
d651ef48cb Only catch github API error (#32)
* move assignements out of try block

* include compiled code
2019-12-10 08:49:37 -05:00
Doug Tangren
37ae175992
Merge pull request #31 from skyfrk/patch-1
chore: remove note about github action beta
2019-11-14 16:53:30 -05:00
Simon Eßlinger
d31b44251d
chore: remove note about github action beta
As of 2019-11-13 GitHub Actions are out of beta!
See: https://github.blog/2019-11-13-universe-day-one/#github-actions
2019-11-14 18:54:21 +01:00
Doug Tangren
0e414c630a
Merge pull request #29 from softprops/0-1-4-release-prep
release prep
2019-10-20 19:13:36 -04:00
softprops
9a2319ecaf release prep 2019-10-20 18:15:51 -04:00
Doug Tangren
7363c39621
Merge pull request #26 from softprops/retry-api
retry api requests
2019-10-20 18:11:01 -04:00
softprops
742de9953a rebuild 2019-10-20 18:09:27 -04:00
softprops
e234343e3e rebuild and fmt 2019-10-20 18:04:32 -04:00
softprops
c99850e5d1 back to minimal set 2019-10-20 18:03:30 -04:00
softprops
845942e04a setup integration test 2019-10-20 17:50:51 -04:00
Christopher Sexton
1a522d88d8 Add the release HTML URL to outputs
This will allow subsequent actions to get access to the HTML URL for the
release created with this. Handy for composing multiple actions together
that are related to the release.

In my case I wanted to get the  URL into a slack message posted to the
team when a release is published.

The output can be referenced by using the `steps.release.ouput.url` in
the workflow yaml:

    - name: Release
      id: release
      uses: softprops/action-gh-release@v1
      with:
        name: "My Release"
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    - name: Slack
      uses: csexton/slack-message-action@v1
      with:
        message: New release posted at ${{ steps.release.outputs.url}}
2019-10-20 17:50:51 -04:00
Doug Tangren
56b4c8a8ef
Merge pull request #28 from csexton/output-url
Add the release HTML URL to outputs
2019-10-18 10:15:52 -04:00
Christopher Sexton
723bed634e Add the release HTML URL to outputs
This will allow subsequent actions to get access to the HTML URL for the
release created with this. Handy for composing multiple actions together
that are related to the release.

In my case I wanted to get the  URL into a slack message posted to the
team when a release is published.

The output can be referenced by using the `steps.release.ouput.url` in
the workflow yaml:

    - name: Release
      id: release
      uses: softprops/action-gh-release@v1
      with:
        name: "My Release"
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    - name: Slack
      uses: csexton/slack-message-action@v1
      with:
        message: New release posted at ${{ steps.release.outputs.url}}
2019-10-18 10:09:12 -04:00
softprops
2e7c800734 retry requests 2019-10-02 20:51:12 -04:00
softprops
6247f9299a update readme v0.1.3 2019-09-29 08:51:03 -04:00
softprops
5d578441a6 update changelog 2019-09-29 08:46:18 -04:00
softprops
42a316b84f sync body_path fmt 2019-09-29 08:45:47 -04:00
softprops
6ecc92f5ad bump version and update changelog 2019-09-29 08:25:51 -04:00
Doug Tangren
e7b71cc1a7
Merge pull request #23 from softprops/body_path_not_used
honor body_path input when provided.
2019-09-29 08:23:25 -04:00
softprops
f26a08096a commit latest build artifacts 2019-09-29 08:16:42 -04:00
softprops
ba42ad9139 honor body_path input when provided. fixes #22 2019-09-29 02:15:58 -04:00
softprops
07c8c20669 upgrade deps 2019-09-29 02:04:47 -04:00
softprops
00c56dd770 funding 2019-09-18 23:14:09 +09:00
softprops
50c843ac1c set a better example. dont refer to @master 2019-09-18 13:38:56 +09:00
softprops
ef036888ec update changelog 2019-09-18 13:26:04 +09:00
softprops
2758344bdf bump version 2019-09-18 13:25:04 +09:00
Doug Tangren
18d8be76a0
Merge pull request #19 from softprops/pre-releases
add support for prereleases
2019-09-17 23:35:48 +09:00
softprops
2984051a42 update readme 2019-09-17 23:33:44 +09:00
softprops
a95bad53b2 add support for prereleases. fixes #17 2019-09-17 23:30:36 +09:00
Doug Tangren
bd839f3b8f
Merge pull request #18 from softprops/newline-delimited-assets
add support for multi-line delimited assets
2019-09-17 23:23:56 +09:00
softprops
e812c4aca6 tabs to spaces 2019-09-17 23:22:34 +09:00
softprops
615fb448a2 changelog 2019-09-17 23:21:28 +09:00
softprops
77f9a4f575 update inputs.files.description 2019-09-17 23:16:32 +09:00
softprops
3af8783d41 support multi-line delimited assets. fixes #15 2019-09-17 23:14:30 +09:00
Doug Tangren
a6281eb824
Merge pull request #16 from softprops/draft-merger
Draft merger
2019-09-17 19:39:58 +09:00
softprops
fbe4f1f3ad update changelog 2019-09-17 19:38:31 +09:00
softprops
916d072e3d declare interface impl 2019-09-17 19:33:38 +09:00
softprops
ca93e708e3 typo in type name 2019-09-17 19:27:32 +09:00
softprops
85bb079141 ignore git modules again 2019-09-17 19:25:00 +09:00
softprops
46f6b8d27b rm node modules 2019-09-17 19:24:44 +09:00
softprops
fcf37b79bd iterating over responses not releases 2019-09-17 18:04:39 +09:00
softprops
a31211f9ff debug what comes back from our iterator 2019-09-17 17:53:48 +09:00