Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navenduraisamy authored Aug 21, 2023
1 parent ac61c91 commit 826fe43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
git config --global user.name "navenkumar"
git config --global user.email "naven.duraisamy5859@gmail.com"
- name: print version output
run: echo "${{ needs.build_library.outputs.version }}"

- name: create tags
run: git tag -a ${{ needs.build_library.outputs.version }}

Expand Down

0 comments on commit 826fe43

Please sign in to comment.