Skip to content

Commit

Permalink
Try release
Browse files Browse the repository at this point in the history
  • Loading branch information
avelicka committed Aug 30, 2023
1 parent e7795d7 commit 78b881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
gem build memcached.gemspec
- name: Release
if: success() && github.ref == 'refs/heads/master'
if: success()
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand Down

0 comments on commit 78b881b

Please sign in to comment.