Skip to content

Commit

Permalink
Merge pull request #39 from zendesk/ebarbulescu/fix-gh-major-type
Browse files Browse the repository at this point in the history
switch to major release type plus zendesk stable
  • Loading branch information
fbardella authored Aug 29, 2024
2 parents 6b10975 + 5952153 commit d7ba3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
github_release:
runs-on: ubuntu-latest
runs-on: [zendesk-stable]
steps:
# Check out the `master` branch
- uses: zendesk/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
with:
github_token: ${{ github.token }}
version_scheme: semantic
version_type: patch
version_type: major
# Create a new GitHub release
- name: Create release
id: create_release
Expand Down

0 comments on commit d7ba3a6

Please sign in to comment.