Skip to content

Commit

Permalink
Merge pull request #7 from nand4011/four
Browse files Browse the repository at this point in the history
chore: release-please 4
  • Loading branch information
nand4011 authored Aug 25, 2023
2 parents 806f042 + 40561fa commit b2b2c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish test
run: |
echo "Published version: ${{ steps.release.outputs.tag_name }}"
echo "Published version: ${{ steps.release.outputs.src--tag_name }}"
if: ${{ steps.release.outputs.src--release_created }}

# - name: Publish to hex
Expand Down
2 changes: 1 addition & 1 deletion src/lib/momento/cache_client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Momento.CacheClient do

@moduledoc """
Client to perform operations against a Momento cache.
Simple change for release please testing 3
Simple change for release please testing 4
"""

@typedoc """
Expand Down

0 comments on commit b2b2c4d

Please sign in to comment.