Skip to content

Commit

Permalink
testing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajb committed Jul 27, 2024
1 parent c997bca commit cf62d1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
run: git stash --include-untracked

- name: Minor version
run: |
export GIT_USER=${{secrets.GIT_USER}}
git config --global user.name "$GIT_USER"
git config --global user.email "basanyash627@gmail.com"
npm version minor
env:
CI: true
CI: true
run: |
export GIT_USER=${{secrets.GIT_USER}}
git config --global user.name "$GIT_USER"
git config --global user.email "basanyash627@gmail.com"
npm version minor
- name: Pop Stash
run: git stash pop
Expand Down

0 comments on commit cf62d1a

Please sign in to comment.