Skip to content

Merge branch 'main' of https://github.com/45Drives/scripts #143

Merge branch 'main' of https://github.com/45Drives/scripts

Merge branch 'main' of https://github.com/45Drives/scripts #143

Workflow file for this run

name: Publish Scripts
on:
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
main:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish Scripts
run: publish-scripts ${{github.workspace}}