Skip to content

Commit

Permalink
fix release in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 13, 2023
1 parent fd5d6af commit cb616f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
sed -i "s/- --device=dri/- --device=all/g" ./io.github.vemonet.EmojiMart.yml
sed -i "s/tag: v[0-9]*\.[0-9]*\.[0-9]*$/tag: v$PACKAGE_VERSION/g" ./io.github.vemonet.EmojiMart.yml
sed -i "s/<\/releases>$/ <release version=\"$PACKAGE_VERSION\" date=\"$(date +%Y-%m-%d)\">\\n <\/release>\\n <\/releases>/g" ./io.github.vemonet.EmojiMart.appdata.xml
sed -i "s/<releases>$/<releases>\\n <release version=\"$PACKAGE_VERSION\" date=\"$(date +%Y-%m-%d)\">\\n <\/release>\\n/g" ./io.github.vemonet.EmojiMart.appdata.xml
echo "🏷️ Publishing $PACKAGE_VERSION"
- name: Build flatpak
Expand Down

0 comments on commit cb616f6

Please sign in to comment.