Skip to content

Commit

Permalink
chore: Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stivo182 authored Feb 28, 2025
1 parent 3db2599 commit 49b5e84
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Публикация релиза

on:
release:
types:
- published
workflow_dispatch:

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

0 comments on commit 49b5e84

Please sign in to comment.