Update ksp-publish.yml

develop
Andrew Cassidy 2 years ago committed by GitHub
parent 24100d94bf
commit 7d0ecc0fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,10 @@
name: Build and Release name: Build and Release
on: [ push ] on:
push:
pull_request:
types:
- opened
- edited
jobs: jobs:
build: build:
@ -136,4 +141,4 @@ jobs:
name: Conformal Decals ${{ env.VERSION_TITLE }} name: Conformal Decals ${{ env.VERSION_TITLE }}
body_path: RELEASE.md body_path: RELEASE.md
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save