Enhance Workflows, Update Dependencies and Installer Scripts (#555)

* update workflows

* Upgrade micromatch Dependency

* Fix ubuntu 22.04 label

* exclude macos-latest

* Upgrade cross-spawn Dependency and update-installers
This commit is contained in:
Priya Gupta
2024-12-19 23:01:55 +05:30
committed by GitHub
parent 3e891b0cb6
commit e4c228a841
6 changed files with 646 additions and 246 deletions

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.2.2
uses: actions/publish-action@v0.3.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}