Doug Tangren
003621c2ca
address asset upload warning ( #134 )
...
* bump version
* address asset upload warning
* refactor to new octokit api, work around release asset upload api
* format upload url
* unminify to debug
* try alt constructor
* utilize formatted upload url
* authorize upload
* pass token explicitly
* address conflicting uploads
* remove debugging artifacts
2021-08-08 00:28:01 -04:00
Daiki Mizukami
3c49988886
allow creating draft releases without a tag ( #95 )
...
Co-authored-by: Doug Tangren <d.tangren@gmail.com>
2021-07-25 19:15:36 -04:00
Loïc Albertin
0a4afc0be2
Add release id to outputs ( #60 )
...
* Add release ID to outputs
* Update README
2021-07-25 19:13:46 -04:00
Oli Dacombe
3b4957b6fd
first promise rejection propagates to outer catch
2021-04-22 14:13:42 +01:00
erri120
1f8f474abe
Add upload_url as action output ( #75 )
...
* Add upload_url as action output
* Update README
2021-03-21 01:59:32 -04:00
David Kramer
4fb86a77e0
Add 'fail_on_unmatched_files' input ( #55 )
2020-06-25 02:11:41 -04:00
Igor Davydenko
9439581056
fix: Update to latest throttling plugin ( #53 )
...
In attempt to fix unintentional retries on 422 error from GitHub,
1. Update to latest `@octokit/plugin-throttling` version
2. Depend on `@octokit/plugin-retry` plugin as well
Issue: #52
2020-05-24 20:39:23 -04: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
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
softprops
e234343e3e
rebuild and fmt
2019-10-20 18:04:32 -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
softprops
2e7c800734
retry requests
2019-10-02 20:51:12 -04:00
softprops
ca93e708e3
typo in type name
2019-09-17 19:27:32 +09:00
softprops
9f9f2a3ed2
merge drafts workaround. fixes #14
2019-09-16 23:51:16 +09:00
softprops
bb78d54396
regenerate
2019-09-09 21:24:39 +09:00
softprops
ef96a2eb52
prettier
2019-09-09 21:20:59 +09:00
softprops
cf2aed3a12
debug logging
2019-09-09 20:36:51 +09:00
softprops
e48a25bf4e
process import
2019-09-09 20:16:58 +09:00
softprops
7ab8811117
debug workflow
2019-09-09 18:42:19 +09:00
softprops
d30d20cc01
remove outdated comment
2019-09-09 18:16:35 +09:00
softprops
b70b9666e8
remove fs import from main
2019-09-09 18:15:01 +09:00
softprops
2940cbc2ff
dont import star
2019-09-09 18:14:17 +09:00
softprops
18daf2c63f
refactor for cross platform use
2019-09-09 17:10:07 +09:00