Skip to content

Commit

Permalink
dry run release
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Nov 14, 2023
1 parent d00232f commit 125bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
npm ci
if npx auto label --exists release;
then
npx auto release --no-version-prefix --use-version `date +%Y.%m.%d`
npx auto release --no-version-prefix --use-version `date +%Y.%m.%d` -d
fi

0 comments on commit 125bb8a

Please sign in to comment.