mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-15 13:50:52 +00:00
Remove BRANCH_NAME
This commit is contained in:
parent
5cd719778d
commit
5428805118
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -16,10 +16,6 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- name: Extract branch name
|
||||
if: github.event_name == 'pull_request'
|
||||
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user