Skip to content

Commit

Permalink
fix workflow and bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 11, 2023
1 parent cc3bc9b commit 9dc5517
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
# env:
# PACKAGE_VERSION: ${{ needs.create-release.outputs.releaseId }}
run: |
wget https://raw.github.com/vemonet/EmojiMart/release/package.json
curl -L -o package.json https://raw.github.com/vemonet/EmojiMart/release/package.json
PACKAGE_VERSION=$(node -p "require('./package.json').version")
rm package.json
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-mart-app",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emoji-mart-app"
version = "0.2.2"
version = "0.2.3"
description = "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app."
authors = ["Vincent Emonet"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "EmojiMart",
"version": "0.2.2"
"version": "0.2.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 9dc5517

Please sign in to comment.