Skip to content

Commit

Permalink
fix: point alpha release to correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jei committed May 8, 2020
1 parent f2ac851 commit 99f4e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alpha_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ jobs:
run: flutter build apk --build-name=${{ steps.prepare_variables.outputs.build_name }} --build-number=${{ steps.prepare_variables.outputs.build_number }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: fleskesvor/create-release@feature/support-target-commitish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Alpha ${{ steps.prepare_variables.outputs.release_name }}
tag_name: v${{ steps.prepare_variables.outputs.release_name }}-alpha
commitish: ${{ github.sha }}
draft: false
prerelease: true
- name: Upload Release Asset
Expand Down

0 comments on commit 99f4e00

Please sign in to comment.