Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/uplift #8

Merged
merged 14 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
Use single quotes
cb-martinsmith committed Aug 20, 2024
commit 7fb96a9da84ae4396773099347a481a96c448ec8
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -151,7 +151,7 @@ jobs:
## Generate a Release and Tag in git
release:
name: Create GitHub Release
if: github.ref == "refs/heads/main" && success()
if: github.ref == 'refs/heads/main' && success()

needs:
- setup