Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdelato authored Mar 25, 2024
1 parent 51ae08d commit 380e6fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
- run: |
npx auto version
- run: |
git config user.name github-actions
git config user.email [email protected]
git fetch --unshallow --tags
- run: |
semver=$(npx auto version)
npm version $semver
git status
exit 1
- run: |
Expand Down

0 comments on commit 380e6fc

Please sign in to comment.