Skip to content

Add initial commit for prepare github action to deploy #5

Add initial commit for prepare github action to deploy

Add initial commit for prepare github action to deploy #5

Workflow file for this run

name: Ruby Gem
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Build and publish gem
uses: amarula/vagrant-vbguest@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: amarula