Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Jan 27, 2024
1 parent b3dc514 commit 1cb7b92
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create \
-B ucbds-infra:master \
-H ucbds-infra:release \
-l "release" \
-r chrispyles \
-m "v${{ github.events.inputs.version }}" \
-b "Release v${{ github.event.inputs.version }}"$'\n'$'\n'"Updates from the release of version ${{ github.event.inputs.version }}"
--base ucbds-infra:master \
--head ucbds-infra:release \
--label "release" \
--reviewer chrispyles \
--milestone "v${{ github.events.inputs.version }}" \
--title "Release v${{ github.event.inputs.version }}" \
--body "Updates from the release of version ${{ github.event.inputs.version }}"

0 comments on commit 1cb7b92

Please sign in to comment.