Skip to content

Commit

Permalink
* Update deploy workflow (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran authored Sep 26, 2023
1 parent e546c72 commit ca996fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
bundler-cache: true
- name: Checkout code
uses: actions/checkout@v2
- run: bundle install
- name: Install dependencies
run: jruby -S bundle install
- name: Run gradle vendor
run: ./gradlew vendor
- name: Build gem
run: jruby -S gem build *.gemspec
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
Expand Down

0 comments on commit ca996fe

Please sign in to comment.