Skip to content

Commit

Permalink
Merge pull request #5 from RDFLib/edmond/vocexcel-web
Browse files Browse the repository at this point in the history
Specify git branch to check out in release workflow
  • Loading branch information
edmondchuc authored Jul 10, 2023
2 parents 134aafe + 80745e2 commit 5765d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
env:
IMAGE_NAME: ghcr.io/rdflib/vocexcel
PYTHON_VERSION: "3.11"
GIT_MAIN_BRANCH: master

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ env.GIT_MAIN_BRANCH }}

- name: Docker metadata
id: metadata
Expand Down

0 comments on commit 5765d04

Please sign in to comment.