Skip to content

Configures submodule checkout for workflow #13

Configures submodule checkout for workflow

Configures submodule checkout for workflow #13

name: push to version tag

Check failure on line 1 in .github/workflows/push-on-version-change.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-on-version-change.yaml

Invalid workflow file

(Line: 18, Col: 11): 'submodules' is already defined
on:
push:
tags:
- v*
jobs:
Build_tox:
runs-on: [self-hosted, Windows, TouchDesigner]
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{secrets.SUBMODULE.PAT}}
fetch-depth: 0
fetch-tags: true
submodules: true
- name: SudoMagic TD Package Builder
uses: SudoMagicCode/action-build-td-tox-package@v0.0.2
with:
build_settings: ./buildSettings.json
- name: Release
uses: softprops/action-gh-release@v2.2.2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./release/package.zip