Skip to content

Commit

Permalink
Fix creating a release
Browse files Browse the repository at this point in the history
The release action actually requires a ref because it tries to
deactivate and activate the enforce admin branch protection rule. And as
this is a branch protection rule it requires a branch input.
  • Loading branch information
bjoernricks committed Jul 11, 2023
1 parent 94abf01 commit 868ecad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
release-version: ${{ inputs.release-version }}
versioning-scheme: "semver"
update-project: false
ref: main
- name:
id: version
run: |
Expand Down

0 comments on commit 868ecad

Please sign in to comment.