Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Nov 8, 2023
1 parent be6521d commit 727880a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Публикация релиза

on:
release:
types:
- published
workflow_dispatch:

jobs:
release:
uses: autumn-library/workflows/.github/workflows/release.yml@main
with:
oscript_version: '1.8.3'
package_mask: "opm-*.ospx"
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 comments on commit 727880a

Please sign in to comment.