Skip to content

Commit

Permalink
.github: release on apple hardware too
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Mar 10, 2025
1 parent aa2e75b commit 5d9852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
prepare:
if: contains(github.ref_name, 'snapshot') == false
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4

# Check Versions
- name: Check If Versions Match
if: contains(github.ref_name, 'snapshot') == false
run: |
helm_version=$(yq .version charts/rustcloak-operator/Chart.yaml)
helm_appversion=$(yq .appVersion charts/rustcloak-operator/Chart.yaml)
Expand Down

0 comments on commit 5d9852a

Please sign in to comment.