Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 14, 2023
1 parent f4b5310 commit b6c12aa
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: "winow-*.ospx"
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 comments on commit b6c12aa

Please sign in to comment.