Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 authored Oct 4, 2024
1 parent 93c736a commit b95be72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
changelog_exist=$( [[ $(git rev-parse $previous_tag) != $(git rev-parse HEAD) ]] && echo true || echo false )
echo "CHANGELOG_EXIST=$changelog_exist" >> $GITHUB_ENV
date=$(date +'%Y%m%d.%H%M')
sed -i "s/1.2.1.7/1.2.1-$date/" install.rdf
sed -i "s/1.2.1.7/1.2.1-$date/" AdvancedLocationbar/install.rdf
echo "next version: $version-$date"
echo "XPI_NAME=${{ env.XPI_NAME }}$date" >> $GITHUB_ENV
Expand Down

0 comments on commit b95be72

Please sign in to comment.