Repository URL to install this package:
|
Version:
0.1.2 ▾
|
name: Gemfury Deployment
on:
push:
branches:
- master
jobs:
gemfury-deploy:
name: Gemfury Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Build the gem
run: |
gem build fortinet.gemspec
mv *.gem built.gem
- name: Push to gemfury
run: curl --fail -F package=@built.gem https://${{ secrets.GEMFURY_PUSH_TOKEN }}@push.fury.io/universityofyork/