Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 12, 2024
1 parent a928299 commit caeadb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/version_tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "release/${{ github.event.inputs.version }}"
# branch: "release/${{ github.event.inputs.version }}"
title: "Release ${VERSION}"
body: "This PR updates the version to ${VERSION}. Be sure to tag the release once this PR is merged."
base: main
# base: main
reviewers: ZDNS Maintainers

0 comments on commit caeadb2

Please sign in to comment.