mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-31 05:01:04 +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
|
shell: bash
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user