Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
luke358 committed Aug 23, 2024
1 parent f9b42fb commit 9b0b213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:

- name: Print non-sensitive environment variables
run: |
echo "ANDROID_KEYSTORE_PATH is set to: [REDACTED]"
echo "ANDROID_KEYSTORE_PASSWORD is set to: [REDACTED]"
echo "ANDROID_KEY_ALIAS is set to: [REDACTED]"
echo "ANDROID_KEY_PASSWORD is set to: [REDACTED]"
env:
ANDROID_KEYSTORE_PATH: ${{ secrets.ANDROID_KEYSTORE_PATH }}
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: podcasts_pro
description: "A project to listen to podcasts through RSS subscription links."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.20
version: 1.0.21

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

0 comments on commit 9b0b213

Please sign in to comment.