Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 23, 2024
1 parent 076ceb7 commit 0aa5824
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Публикация релиза

on:
release:
types:
- published
workflow_dispatch:
types:
- published
workflow_dispatch:

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

0 comments on commit 0aa5824

Please sign in to comment.