Skip to content

Commit

Permalink
[Releases] only run dry-run on non-main (#414)
Browse files Browse the repository at this point in the history
Followup to #413 

## What changed? Why?
Trying again to get dry run to work on non main and see if the syntax is
right
  • Loading branch information
dgattey committed Oct 8, 2023
1 parent c4aadbd commit 14f49a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
get-version:
timeout-minutes: 5
name: 'Dry run of release version'
if: github.ref != 'refs/heads/main' # only on non-main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"message": "**",
"release": "patch"
},
{
"header": "**",
"release": "patch"
}
],
"parserOpts": {
Expand Down

1 comment on commit 14f49a3

@vercel
Copy link

@vercel vercel bot commented on 14f49a3 Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dg – ./

dg-dgattey.vercel.app
dg-git-main-dgattey.vercel.app
dylangattey.com
dg.vercel.app

Please sign in to comment.