Skip to content

Commit

Permalink
FEAT: CI/CD Basics
Browse files Browse the repository at this point in the history
- added more debug options to release workflow

Signed-off-by: Aternus <kiril@atern.us>
  • Loading branch information
Aternus committed Mar 19, 2024
1 parent f6873e1 commit 4df8cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -32,5 +32,7 @@ jobs:
- name: 'Debug'
run: |
git config --list
git config --get user.name
git config --get user.email
npm whoami
echo ${{ github.ref_name }}

0 comments on commit 4df8cb3

Please sign in to comment.