Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from vdaas/bugfix/fix-ci
Browse files Browse the repository at this point in the history
💚 fix ci for trigger release wf
  • Loading branch information
kpango authored May 12, 2022
2 parents 235f850 + 204d35a commit 59d9e4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Run gitwerk semver-auto
run: |
CURRENT_VERSION=`cat VALD_CLIENT_CLJ_VERSION`
Expand All @@ -33,11 +34,11 @@ jobs:
echo "${VERSION}" > VALD_CLIENT_CLJ_VERSION
git checkout master
git config --global user.name "VDaaS org"
git config --global user.email "ci@vdaas.org"
git remote set-url origin "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git checkout master
git add VALD_CLIENT_CLJ_VERSION
git commit --signoff -m ":bookmark: Release ${VERSION}"
Expand Down

0 comments on commit 59d9e4d

Please sign in to comment.