Skip to content

feat(treim.lic): v3.0.0 modernize for Ruby 4.0 / current Lich5 API (#… #188

feat(treim.lic): v3.0.0 modernize for Ruby 4.0 / current Lich5 API (#…

feat(treim.lic): v3.0.0 modernize for Ruby 4.0 / current Lich5 API (#… #188

Workflow file for this run

name: Publish - Repository Updates
on:
push:
branches: [ 'master' ]
jobs:
publish:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: 'gtk:vscode:profanity'
name: Publish Updates
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: '20'
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
with:
bundler-cache: true
- name: Install xmllint
uses: awalsh128/cache-apt-pkgs-action@553a35bb8ebd9fcabcb1c9451aa4c98e1b4ca8a9 # v1.6.3
with:
packages: libxml2-utils
version: 1.0
- name: Run type data migrations to create gameobj-data.xml
run: bin/migrate
- name: Release updates to Tillmen's Lich repository
env:
AUTHOR: ${{ secrets.repo_author }}
PASSWORD: ${{ secrets.repo_password }}
TRAVIS_COMMIT: ${{ github.sha }}
TRAVIS_COMMIT_RANGE: ${{ github.event.before }}..${{ github.sha }}
run: bin/repo