mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 11:19:33 +01:00
committed by
GitHub
parent
e24c2df912
commit
0718870f6e
6
.github/workflows/relaseNewVersion.yml
vendored
6
.github/workflows/relaseNewVersion.yml
vendored
@@ -1,4 +1,8 @@
|
||||
name: Release new Version
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["release/*", "master"]
|
||||
@@ -43,3 +47,5 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: dist.zip
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user