Remove CI Skip

This commit is contained in:
Sahil Ahuja 2025-02-10 01:48:22 +05:30
parent c5304fb209
commit ee6d667b0e
2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ jobs:
- name: Increment package version and push
env:
# GITHUB_TOKEN: ${{ secrets.PAT }} #This is because we want to trigger a new build
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.PAT }} #This is because we want to trigger a new build
# GITHUB_TOKEN: ${{ github.token }}
run: |
git config --global user.name 'bot-build'
git config --global user.email 'techbots+build@gmetri.com'

View File

@ -42,8 +42,8 @@ main()
CS_REPO_NAME=`node -p require\(\'./package.json\'\).name`
git add version
git commit -m "$NEW_VER: $IMAGE updated to $TAG [CI SKIP]"
git tag -a $NEW_VER -m "$NEW_VER: $IMAGE updated to $TAG [CI SKIP]"
git commit -m "$NEW_VER: $IMAGE updated to $TAG"
git tag -a $NEW_VER -m "$NEW_VER: $IMAGE updated to $TAG"
}