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

Commit

Permalink
build: use the step output for the custom keybase notification
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Oct 19, 2019
1 parent 3fd061f commit 22c39f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
packages/automatic-releases/dist/index.js
packages/keybase-notifications/dist/index.js
packages/keybase-notifications/dist/keybase
id: "automatic_releases"

# marvinpinto/action-keybase-notifications
# marvinpinto/action-automatic-releases
Expand All @@ -43,7 +44,7 @@ jobs:
- uses: "./packages/keybase-notifications/"
with:
message: "Version `$AUTOMATIC_RELEASES_TAG` of `marvinpinto/actions` successfully released."
message: "Version `${{ steps.automatic_releases.outputs.automatic_releases_tag }}` of `{{ github.repository }}` successfully released."
keybase_username: "${{ secrets.KeybaseUsername }}"
keybase_paper_key: "${{ secrets.KeybasePaperKey }}"
keybase_team_name: "${{ secrets.KeybaseTeamName }}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
packages/automatic-releases/dist/index.js
packages/keybase-notifications/dist/index.js
packages/keybase-notifications/dist/keybase
id: "automatic_releases"

# marvinpinto/action-keybase-notifications
# marvinpinto/action-automatic-releases
Expand All @@ -41,7 +42,7 @@ jobs:
- uses: "marvinpinto/action-keybase-notifications@latest"
with:
message: "Version `$AUTOMATIC_RELEASES_TAG` of `marvinpinto/actions` successfully released."
message: "Version `${{ steps.automatic_releases.outputs.automatic_releases_tag }}` of `{{ github.repository }}` successfully released."
keybase_username: "${{ secrets.KeybaseUsername }}"
keybase_paper_key: "${{ secrets.KeybasePaperKey }}"
keybase_team_name: "${{ secrets.KeybaseTeamName }}"
Expand Down

0 comments on commit 22c39f5

Please sign in to comment.