Skip to content

Commit

Permalink
update version wworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahani-deriv committed Dec 26, 2024
1 parent 5b93e55 commit e9f972b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ jobs:
run: bash readme.sh
working-directory: ./scripts

- name: Send Slack Notification
uses: ./.github/actions/send_slack_notifications
if: ${{ contains(steps.push-tag.outputs.PUSH_OUTPUT, 'Packages updated') }}
with:
SLACK_WEBHOOK_PACKAGE_UPDATE: ${{ secrets.SLACK_WEBHOOK_PACKAGE_UPDATE }}
PR_TITLE: ${{ github.event.pull_request.title }}
TAGS: ${{ steps.new-tags.outputs.NEW_TAGS }}
# - name: Send Slack Notification
# uses: ./.github/actions/send_slack_notifications
# if: ${{ contains(steps.push-tag.outputs.PUSH_OUTPUT, 'Packages updated') }}
# with:
# SLACK_WEBHOOK_PACKAGE_UPDATE: ${{ secrets.SLACK_WEBHOOK_PACKAGE_UPDATE }}
# PR_TITLE: ${{ github.event.pull_request.title }}
# TAGS: ${{ steps.new-tags.outputs.NEW_TAGS }}

- name: Create Pull Request on updated changelog and pubspec file.
uses: peter-evans/create-pull-request@76c6f5c20e2111bfee3cd30fae52a25e410f5efc
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT}}
title: "chore(version): bump version and update changelog"
base: master

0 comments on commit e9f972b

Please sign in to comment.