Skip to content

Commit

Permalink
Add: update Nightly tag to latest code test, fix message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodbat committed Sep 1, 2024
1 parent 0cae31d commit 44fbd62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly_builds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build VCV Rack Plugin
#on: [push, pull_request]

on:
on:
workflow_dispatch:
schedule:
# It's always night... somewhere
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
with:
tag: "Nightly"
tag_exists_error: false
message: "Latest release"
message: "Nightly release"
force_push_tag: true

modify-plugin-version:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# file_glob: true

publish-nightly:
name: Publish Nightly
name: Publish Nightly
#if: ${{ github.ref == 'refs/heads/mutantsdev' && github.repository_owner == 'Bloodbat' }}
if: ${{ github.repository_owner == 'Bloodbat' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44fbd62

Please sign in to comment.