Skip to content

Commit

Permalink
Prep V4 subsplit publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Apr 7, 2024
1 parent 4729745 commit 271441c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/publish-subsplits-v4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Sub-Split Publishing V4
on:
push:
branches:
- 4.x
create:
tags:
- '4.*'
delete:
tags:
- '4.*'

jobs:
publish_subsplits:
runs-on: ubuntu-latest
name: Publish package sub-splits
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: frankdejonge/[email protected]
with:
authentication: 'frankdejonge:${{ secrets.PERSONAL_ACCESS_TOKEN }}'
user_name: 'Frank de Jonge'
user_email: '[email protected]'
- name: Cache splitsh-lite
id: splitsh-cache
uses: actions/cache@v4
with:
path: './.splitsh'
key: '${{ runner.os }}-splitsh'
- uses: frankdejonge/[email protected]
with:
source-branch: '3.x'
config-path: './config.subsplit-publish.json'
splitsh-path: './.splitsh/splitsh-lite'
splitsh-version: 'v1.0.1'

0 comments on commit 271441c

Please sign in to comment.