mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update release.yaml
This commit is contained in:
parent
b2a490576d
commit
d12ffadf4a
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -25,9 +25,6 @@ jobs:
|
|||
BRANCH_NAME=$(git name-rev --name-only $GITHUB_SHA | sed 's|^remotes/origin/||' | sed 's|^origin/||')
|
||||
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
|
||||
|
||||
- name: Debug branch name
|
||||
run: echo "Releasing from branch: ${{ env.BRANCH_NAME }}"
|
||||
|
||||
# Checkout the main branch to update manifest.json
|
||||
- name: Checkout main branch to update manifest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue