Skip to content

Commit

Permalink
do not push tags on windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Aug 12, 2024
1 parent 072fdf7 commit 92042b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const exclude = process.env.EXCLUDE ? `--exclude='${process.env.EXCLUDE}'` : ''

const config = {
dryRun: false,
dryRun: process.env.INCLUDE_GH_RELEASE !== 'true',
branches: ['main', 'next'],
plugins: [
[
Expand Down

0 comments on commit 92042b0

Please sign in to comment.