Skip to content

Commit

Permalink
reverted temporary settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Mar 17, 2024
1 parent 2e6495d commit 667f956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
create-github-release:
name: Create Github release
needs: [generate-release-notes]
if: false
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -130,7 +129,6 @@ jobs:
create-google-play-release:
name: Create Google Play release
needs: [generate-release-notes]
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -200,7 +198,6 @@ jobs:
upload-to-app-store:
name: Upload to App Store
needs: [generate-release-notes]
if: ${{ always() }}
runs-on: macos-13
steps:
- uses: actions/checkout@v3
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: lightmeter
description: Lightmeter app inspired by Material 3 design system.
publish_to: "none"
version: 0.0.1+6
version: 0.17.2+48

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 667f956

Please sign in to comment.