Skip to content

Commit

Permalink
Specify git branch to check out in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Jul 10, 2023
1 parent 4cd51a7 commit 80745e2
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 80745e2

Please sign in to comment.