18 Commits

Author SHA1 Message Date
softprops
742de9953a rebuild 2019-10-20 18:09:27 -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
f26a08096a commit latest build artifacts 2019-09-29 08:16:42 -04:00
softprops
a95bad53b2 add support for prereleases. fixes #17 2019-09-17 23:30:36 +09:00
softprops
3af8783d41 support multi-line delimited assets. fixes #15 2019-09-17 23:14:30 +09:00
softprops
ca93e708e3 typo in type name 2019-09-17 19:27:32 +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
softprops
f3c225f2b8 regenerate js, log on tag miss for debugging 2019-09-17 17:12:53 +09:00
softprops
bb78d54396 regenerate 2019-09-09 21:24:39 +09:00
softprops
6fa875df0b error handling 2019-09-09 21:00:04 +09:00
softprops
e197e56931 try try try again 2019-09-09 20:46:36 +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
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