Skip to content

feat: keys, update on start, autodetect mission, beta branch (#31) #18

feat: keys, update on start, autodetect mission, beta branch (#31)

feat: keys, update on start, autodetect mission, beta branch (#31) #18

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches: [main]
paths: ["src/**"]
jobs:
release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Get new version
id: new-version
uses: arwynfr/actions-conventional-versioning/get-newVersion@v3
with:
allow-additional-modifiers: true
feat-upgrades-minor: false
strict-types: true
- name: Publish module on PSGallery
shell: pwsh
run: build/Release.ps1 -Version ${{ steps.new-version.outputs.next-version }} -ApiKey ${{ secrets.PSGALLERY_APIKEY }} -Verbose
- name: Tag new version on the repository
uses: arwynfr/actions-conventional-versioning@v3
with:
allow-additional-modifiers: true
feat-upgrades-minor: false
strict-types: true