Skip to content

Commit

Permalink
Merge pull request #22 from iampereziii/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
iampereziii authored Oct 4, 2023
2 parents 61f7221 + 92ed368 commit 59c1cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
version:
description: 'The version you want to release.'
required: true
repository: develop

jobs:
draft-new-release:
Expand All @@ -25,8 +24,8 @@ jobs:
- name: Push new branch
run: git push origin release/${{ github.event.inputs.version }}

- name: create pull request
run: gh pr create -B main -H release/${{ github.event.inputs.version }} --title 'release/${{ github.event.inputs.version }}' --body 'release/${{ github.event.inputs.version }}'
run: gh pr create -B release/${{ github.event.inputs.version }} -H develop --title 'release/${{ github.event.inputs.version }}' --body 'Incoming release:release/${{ github.event.inputs.version }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions BulkyWeb/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@




app.UseHttpsRedirection();
app.UseStaticFiles();

Expand Down

0 comments on commit 59c1cef

Please sign in to comment.