Skip to content

Commit

Permalink
fix: wrong version id for development build
Browse files Browse the repository at this point in the history
  • Loading branch information
onemen committed Oct 10, 2024
1 parent 506207c commit 5affa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
}
version=$(next_version)
date=$(date +'%Y%m%d.%H%M')
sed -i 's/1.0.0-unbundeled/'"$version"-"$date"'/; s/updates.json/updates-dev-build.json/' addon/install.rdf
sed -i 's/10.0.0-unbundeled/'"$version"-"$date"'/; s/updates.json/updates-dev-build.json/' addon/install.rdf
echo "next version: $version-$date"
- name: Zip addon folder
Expand Down

0 comments on commit 5affa3d

Please sign in to comment.