Skip to content

Commit 9dc5517

Browse files
committed
fix workflow and bump 0.2.3
1 parent cc3bc9b commit 9dc5517

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
# env:
7373
# PACKAGE_VERSION: ${{ needs.create-release.outputs.releaseId }}
7474
run: |
75-
wget https://raw.github.com/vemonet/EmojiMart/release/package.json
75+
curl -L -o package.json https://raw.github.com/vemonet/EmojiMart/release/package.json
7676
PACKAGE_VERSION=$(node -p "require('./package.json').version")
77+
rm package.json
7778
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
7879
sed -i "s/- --device=dri/- --device=all/g" ./io.github.vemonet.EmojiMart.yml
7980
sed -i "s/tag: v[0-9]*\.[0-9]*\.[0-9]*$/tag: v$PACKAGE_VERSION/g" ./io.github.vemonet.EmojiMart.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-mart-app",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "MIT",
55
"description": "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app.",
66
"type": "module",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emoji-mart-app"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app."
55
authors = ["Vincent Emonet"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "EmojiMart",
11-
"version": "0.2.2"
11+
"version": "0.2.3"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)