Compare commits

..

11 Commits

Author SHA1 Message Date
Priya Gupta
a21def6852 Merge eeb862795c into 89d709d423 2025-10-06 08:14:31 +00:00
Priyagupta108
eeb862795c docs: update README and advanced usage documentation 2025-10-06 13:44:23 +05:30
Priyagupta108
232ec055d6 chore: switch macos-13 runner to macos-latest-large in workflow 2025-10-03 16:43:42 +05:30
Priyagupta108
9b3f664b71 chore: update rc Node.js version in versions.yml 2025-10-03 14:07:06 +05:30
Priyagupta108
6b226b8717 chore: update Node.js versions in versions.yml 2025-10-03 13:59:27 +05:30
Priyagupta108
1b58234614 chore: update Node.js version in workflows 2025-10-03 12:50:27 +05:30
Priyagupta108
1ba05d5d30 docs: update README and action.yml for npm caching logic clarification 2025-10-01 18:20:08 +05:30
Priyagupta108
33371d09d4 chore: bump version to 6.0.0 and update documentation 2025-10-01 15:15:48 +05:30
Priyagupta108
8f225c52ce add devEngines.packageManager detection logic for npm auto-caching 2025-09-26 13:31:00 +05:30
Priyagupta108
7024c214c6 refactor: enhance package manager detection for auto-caching 2025-09-23 12:50:33 +05:30
Priyagupta108
470d7fe388 default to auto-caching only for npm package manager and documentation update 2025-09-22 15:31:26 +05:30

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.3.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}