Skip to content

Commit b9c7eaf

Browse files
committed
Remove base ref env variable that is already defined
1 parent 606b964 commit b9c7eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/finalize-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
5252
- name: Finalize release
5353
env:
54-
BASE_REF: ${{ github.event.pull_request.base.ref }}
5554
GITHUB_TOKEN: ${{ github.token }}
5655
run: |
5756
version=${BASE_REF#rc/}

0 commit comments

Comments
 (0)