Skip to content

Commit

Permalink
fix: test service 1 release
Browse files Browse the repository at this point in the history
- This is a good test for service 1
  • Loading branch information
marc-at-brightnight committed Jan 16, 2025
1 parent 8fb3d77 commit d50e904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poweralpha/services/srvc1/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def main():
print("Hello from srvc1!!!")
print("Hello from srvc1!!!!")

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
srvc1: false
srvc1: true
srvc2: false

0 comments on commit d50e904

Please sign in to comment.