Skip to content

fixed problem in module import #9

fixed problem in module import

fixed problem in module import #9

Workflow file for this run

name: Publicar
on:
push:
tags:
- v*
jobs:
Publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Publish
shell: pwsh
env:
PSGALERY_KEY: ${{ secrets.PSGALERY_KEY }}
run: ./util/publish-prepare.ps1 -CompileDoc -CheckVersion -Publish