Skip to content

Commit

Permalink
0.0.2 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 4, 2023
1 parent f7ceb14 commit c621166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Which Version
id: which_version
shell: bash
run: echo "version=$($HOME/.pub-cache/bin/cider version" >> $GITHUB_OUTPUT
run: echo "version=$($HOME/.pub-cache/bin/cider version)" >> $GITHUB_OUTPUT

- name: Check if release exists
uses: cardinalby/git-get-release-action@1.2.4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

release:
needs: [prepare]
if: github.repository_owner == 'viamrobotics' && startsWith(github.ref_name, 'rc-')
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
container:
image: ghcr.io/viamrobotics/canon:amd64
Expand Down

0 comments on commit c621166

Please sign in to comment.