Skip to content

Commit

Permalink
chore: support v1 publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Apr 9, 2024
1 parent 79def47 commit b4a2409
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 @@ -3,7 +3,7 @@ name: Run Release Release
on:
push:
branches:
- main
- v1

jobs:
release-please:
Expand All @@ -15,7 +15,7 @@ jobs:
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
default-branch: v1
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}
Expand Down

0 comments on commit b4a2409

Please sign in to comment.