Skip to content

Commit

Permalink
Removing metadata updates from release action
Browse files Browse the repository at this point in the history
Signed-off-by: Haroon Sheikh <[email protected]>
  • Loading branch information
haroon-sheikh committed Jul 2, 2023
1 parent 8d6c886 commit 8b571c0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,4 @@ jobs:
if [ $? -ne 0 ];then
exit 1
fi
done
- name: Setup git
run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
- name: Update metadata in gauge-repository
run: |
git clone https://github.com/getgauge/gauge-repository.git
cd gauge-repository
python update_metadata.py go $VERSION
commit_message=$(echo -e "Update go to v$VERSION")
git commit -am "$commit_message"
git push "https://$GITHUB_ACTOR:[email protected]/getgauge/gauge-repository.git" master
done

0 comments on commit 8b571c0

Please sign in to comment.