Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Feb 2, 2024
1 parent cefdd85 commit 35fa04d
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: "Release"

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Publish Latest Release
uses: ivangabriele/publish-latest-release@df1a4afd8aea9d1f0ba5ebeb89452aeac7bca0a9 # renovate: tag=v3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 35fa04d

Please sign in to comment.