Skip to content

Commit

Permalink
chore: Set correct base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 28, 2024
1 parent 8cc323e commit fc05c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
tags:
- 'v*'
- '*'

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: create release
run-name: "Release ${{ inputs.releaseversion }}"

env:
IMAGE_NAME_DB: "msamt-online/db"
REGISTRY: "ghcr.io/bungeberatung"

on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -82,6 +78,7 @@ jobs:
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: release/${{ inputs.releaseversion }}
base: develop
delete-branch: true
title: '[Release] ${{ inputs.releaseversion }}'
body: |
Expand Down

0 comments on commit fc05c62

Please sign in to comment.