Skip to content

Commit

Permalink
ci: Fix BASE_BRANCH of hub pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 31, 2019
1 parent a30a7c8 commit 11dc2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BASE_REF="${{ github.event.base_ref }}"
BASE_BRANCH="${BASE_BRANCH#refs/heads/}"
BASE_BRANCH="${BASE_REF#refs/heads/}"
USER_ID="${GITHUB_REPOSITORY%/*}"
hub pull-request \
--draft \
Expand Down

0 comments on commit 11dc2f5

Please sign in to comment.