Skip to content

Commit

Permalink
Merge pull request #214 from oscript-library/develop
Browse files Browse the repository at this point in the history
Автопубликация релиза
  • Loading branch information
EvilBeaver committed Nov 8, 2023
2 parents 3639def + 727880a commit cbe99c1
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 cbe99c1

Please sign in to comment.