Skip to content

Commit

Permalink
feat(ref: no-ref): test slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Mar 18, 2024
1 parent be899d8 commit fc4fdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Version: `${{ needs.build_and_push_docker_hub.outputs.release_version || 'TBA' }}`"
"text": "Version: `${{ needs.build.outputs.version || 'TBA' }}`"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branches:
- develop
- feat/versions

plugins:
- '@semantic-release/commit-analyzer'
Expand Down

0 comments on commit fc4fdf8

Please sign in to comment.