mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-25 01:32:58 +02:00
Set up automated releases with GitHub Actions
This commit is contained in:
parent
233b2579e7
commit
073688160b
13
.github/workflows/release.yml
vendored
Normal file
13
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: "Automated releases"
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
|
||||||
|
- cron: "0 0 * * 0"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: simple-icons/release-action@master
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
x
Reference in New Issue
Block a user