Skip to content

Commit

Permalink
testing only: check if arm darwin works
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 23, 2024
1 parent ec47626 commit 10d179c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ on:
release-tag:
description: 'Release tag ([servicename-]v#.#.#[-rc#])'
required: true
pull_request:
branches:
- main

env:
FULL_TAG: ${{ github.event.release.tag_name || github.event.inputs.release-tag}}
FULL_TAG: v0.0.1
DOCKER_HUB_PROFILE: projectlibertylabs
ALL_SERVICES: '["account", "content-publishing", "content-watcher", "graph"]'

Expand All @@ -32,7 +35,7 @@ jobs:
id: set_version_tag
run: |
valid=false
test_run=false
test_run=true
ENTIRE_TAG_RE="^(([[:alpha:]\-]+)-)?(.*)$"
VERSION_TAG_RE="^v[\.]?([[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(-[[:alpha:][:digit:]\.]+)*)$"
TAG="${{ github.event.release.tag_name }}"
Expand Down

0 comments on commit 10d179c

Please sign in to comment.