We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adba85e commit fad788dCopy full SHA for fad788d
.github/workflows/release.yml
@@ -32,6 +32,10 @@ jobs:
32
with:
33
run_install: true
34
35
+ - run: |
36
+ cd packages/bento-design-system
37
+ pnpm version --no-git-tag-version --new-version ${{ github.ref_name }}
38
+
39
- name: Commit & Push changes
40
uses: actions-js/push@master
41
@@ -61,6 +65,7 @@ jobs:
61
65
if: ${{ job.status == 'success' }}
62
66
env:
63
67
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
68
+ SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
64
69
JOB_STATUS: ${{ job.status }}
70
ATTACHMENT_COLOR: "good"
71
@@ -71,6 +76,7 @@ jobs:
76
if: ${{ job.status == 'failure' }}
72
77
73
78
79
74
80
75
81
ATTACHMENT_COLOR: "danger"
82
0 commit comments