Skip to content

Commit

Permalink
Use main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmitt committed Sep 11, 2023
1 parent 2458425 commit 80686ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: main
ref: master

- name: Update version in package.json
id: version
Expand Down Expand Up @@ -59,6 +59,6 @@ jobs:
commit-message: "Release ${{ steps.version.outputs.version }}"
committer: "Alchemer Mobile Team <sdks@apptentive.com>"
branch: "releases/${{ steps.version.outputs.version }}"
base: main
base: master
title: "Release ${{ steps.version.outputs.version }}"
body-path: .scripts/changes.md

0 comments on commit 80686ac

Please sign in to comment.