Skip to content

retry api requests#26

Merged
softprops merged 5 commits intomasterfrom
retry-api
Oct 20, 2019
Merged

retry api requests#26
softprops merged 5 commits intomasterfrom
retry-api

Conversation

@softprops
Copy link
Owner

fixes: #25

softprops and others added 5 commits October 2, 2019 20:51
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}}
@softprops softprops merged commit 7363c39 into master Oct 20, 2019
aronchick pushed a commit to aronchick/action-gh-release that referenced this pull request Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unhelpful error message during failure: GitHub release failed with status: undefined

2 participants