Compare commits

..

3 Commits

Author SHA1 Message Date
Aparna Jyothi
bcc3869a91 update to the latest versions 2025-09-03 10:15:15 +05:30
Aparna Jyothi
c587e4ec55 package.json version update 2025-09-02 18:53:02 +05:30
Salman Muin Kayser Chishti
6c59921262 Update Node.js version to 24 in action and dependencies
Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to ^24.1.0 to match the new Node.js version.
2025-07-30 15:16:16 +01:00

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
uses: actions/publish-action@v0.4.0
uses: actions/publish-action@v0.2.2
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}