Skip to content

Commit 5765d04

Browse files
authored
Merge pull request #5 from RDFLib/edmond/vocexcel-web
Specify git branch to check out in release workflow
2 parents 134aafe + 80745e2 commit 5765d04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ on:
88
env:
99
IMAGE_NAME: ghcr.io/rdflib/vocexcel
1010
PYTHON_VERSION: "3.11"
11+
GIT_MAIN_BRANCH: master
1112

1213
jobs:
1314
release:
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout repo
1718
uses: actions/checkout@v3
19+
with:
20+
ref: ${{ env.GIT_MAIN_BRANCH }}
1821

1922
- name: Docker metadata
2023
id: metadata

0 commit comments

Comments
 (0)