Skip to content

Commit

Permalink
chore: forget to remove some lib references from ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel de Barros authored Jun 17, 2022
1 parent 52b560f commit 9ac1823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
with:
JOB_STATUS: ${{ ((needs.release_tag.result == 'success') && (needs.release_gh.result == 'success') && (needs.publish_image.result == 'success')) && 'success' || 'failed' }}
TYPE: Release
RELEASE_VERSION: ${{ ((needs.release_tag.result == 'success') && (needs.release_gh.result == 'success') && (needs.publish_image.result == 'success') && (needs.publish_lib.result == 'success')) && format('v{0}', needs.release_tag.outputs.VERSION) || 'n/a' }}
RELEASE_URL: ${{ ((needs.release_tag.result == 'success') && (needs.release_gh.result == 'success') && (needs.publish_image.result == 'success') && (needs.publish_lib.result == 'success')) && format('{0} {1}/{2}/releases/tag/v{3}', ':shipit:', github.server_url, github.repository, needs.release_tag.outputs.VERSION) || ':fire:' }}
RELEASE_VERSION: ${{ ((needs.release_tag.result == 'success') && (needs.release_gh.result == 'success') && (needs.publish_image.result == 'success')) && format('v{0}', needs.release_tag.outputs.VERSION) || 'n/a' }}
RELEASE_URL: ${{ ((needs.release_tag.result == 'success') && (needs.release_gh.result == 'success') && (needs.publish_image.result == 'success')) && format('{0} {1}/{2}/releases/tag/v{3}', ':shipit:', github.server_url, github.repository, needs.release_tag.outputs.VERSION) || ':fire:' }}
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_CHANEL: ${{ secrets.SLACK_CHANNEL_PSO_RELEASE }}

0 comments on commit 9ac1823

Please sign in to comment.