Skip to content

Commit

Permalink
Fix bug in release script
Browse files Browse the repository at this point in the history
Release for update.json should be called "update"
  • Loading branch information
Dominic-DallOsto committed Nov 18, 2024
1 parent 71d3815 commit bef4c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release
tag_name: update
files: build/update*.json
make_latest: false

Expand Down

0 comments on commit bef4c4c

Please sign in to comment.