ins-queue-actions 1.2.23 → 1.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ jobs:
22
22
  echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
23
23
  git config user.name "GitHub Actions"
24
24
  git config user.email "actions@github.com"
25
- git add package.json package-lock.json
25
+ git add .
26
26
  git commit -m "Bump version to $NEW_VERSION"
27
27
  git push origin main
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }