Skip to content

Commit

Permalink
update the name of the pre-release build
Browse files Browse the repository at this point in the history
per https://unisonlanguage.slack.com/archives/CLUNF0J5S/p1702495233966029
which will probably not be accessible information when you read this
  • Loading branch information
Arya Irani committed Dec 13, 2023
1 parent a91e3c3 commit d1d9e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
automatic_release_tag: "trunk"
prerelease: true
title: "Development Build"
files: |
Expand Down

0 comments on commit d1d9e99

Please sign in to comment.