Skip to content

Commit

Permalink
updated build.yml 4
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Feb 21, 2024
1 parent 3d57626 commit 09c2feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Create git tag
run: |
git config --global user.email "abdelhamid.errahmouni@gmail.com"
git config --global user.name "Abdelhamid Errahmouni"
git tag -a v$PACKAGE_VERSION -m "v$PACKAGE_VERSION"
- name: Push git tag
Expand Down

0 comments on commit 09c2feb

Please sign in to comment.