Skip to content

Commit

Permalink
Publish using a command
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Apr 11, 2024
1 parent 8bf3358 commit b741061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: (gem build janus-ar.gemspec) && (gem push janus-ar-*.gem)
RELEASE_COMMAND: ./bin/release.sh
3 changes: 3 additions & 0 deletions bin/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
gem build janus-ar.gemspec
gem push janus-ar-*.gem

0 comments on commit b741061

Please sign in to comment.