Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Output release ID in workflow (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 1, 2022
1 parent a081eda commit 68aae3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
token: ${{ secrets.GH_ZAPPER_BOT }}
ref: master

- name: Output Release ID
run: echo "Release ID ${{ needs.release.outputs.release_id }}"

- name: Fetch Release
uses: cardinalby/git-get-release-action@v1
id: fetch_release
Expand Down

0 comments on commit 68aae3b

Please sign in to comment.