Skip to content

Commit

Permalink
Rename nightly tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Oct 13, 2023
1 parent f07d95f commit 9fcdb10
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish (Nightly)
name: Publish (Latest)

on:
schedule:
- cron: "0 0 * * *"
on: [push]

jobs:

Expand Down Expand Up @@ -57,6 +55,6 @@ jobs:
- uses: ./.github/workflows/publish.yml
with:
version: ${{ needs.versioning.outputs.version }}
tag: nightly
tag: latest
prerelease: true
draft: false

0 comments on commit 9fcdb10

Please sign in to comment.