Skip to content

Commit

Permalink
build tag on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Aug 5, 2023
1 parent fb19248 commit 03626e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Git
run: |
git config --global user.name "Deepak tiari"
git config --global user.name "Deepak tiwari"
git config --global user.email "[email protected]"
- name: Create and Push Tag
Expand Down

0 comments on commit 03626e9

Please sign in to comment.