Skip to content

Commit

Permalink
release: 1.0.0-beta.4 (#439)
Browse files Browse the repository at this point in the history
* ci: add quote

* release: 1.0.0-beta.4
  • Loading branch information
poppingmoon authored Oct 22, 2024
1 parent 4e547bf commit 80362a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Dump AuthKey
working-directory: ios
run: echo $APP_STORE_CONNECT_PRIVATE_KEY > AuthKey.p8
run: echo "$APP_STORE_CONNECT_PRIVATE_KEY" > AuthKey.p8

- name: Create IPA
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: 'none'
version: 1.0.0-beta.3+47
version: 1.0.0-beta.4+48

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit 80362a9

Please sign in to comment.