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 380e6fc commit 7875892
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"

- 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)
Expand Down

0 comments on commit 7875892

Please sign in to comment.