diff --git a/.github/workflows/continuous-deployment-workflow.yml b/.github/workflows/continuous-deployment-workflow.yml index 263f2cc..d8c56f6 100644 --- a/.github/workflows/continuous-deployment-workflow.yml +++ b/.github/workflows/continuous-deployment-workflow.yml @@ -36,7 +36,7 @@ jobs: ${{ runner.os }}-shadow-cljs- - run: lein karma-once - name: Slack notification - uses: homoluctus/slatify@v2.0.1 + uses: homoluctus/slatify@v3.0.0 if: failure() || cancelled() with: type: ${{ job.status }} @@ -65,7 +65,7 @@ jobs: run: | CLOJARS_USERNAME=${{ secrets.CLOJARS_USERNAME }} CLOJARS_PASSWORD=${{ secrets.CLOJARS_PASSWORD }} GITHUB_USERNAME=${{ github.actor }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} lein release - name: Slack notification - uses: homoluctus/slatify@v2.0.1 + uses: homoluctus/slatify@v3.0.0 if: always() with: type: ${{ job.status }} diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index d43332d..ed90b11 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-shadow-cljs- - run: lein karma-once - name: Slack notification - uses: homoluctus/slatify@v2.0.1 + uses: homoluctus/slatify@v3.0.0 if: failure() || cancelled() with: type: ${{ job.status }}