update the name of the pre-release build again

`trunk` was a bad name for the release built off of `trunk`, because it creates a tag / ref name conflict with the branch `trunk`.
This commit is contained in:
Arya Irani 2024-01-03 11:57:49 -10:00 committed by GitHub
parent e49580c776
commit 872e863162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "trunk"
automatic_release_tag: "pre-release"
prerelease: true
title: "Development Build"
files: |