Skip to content

Commit

Permalink
馃挌 fix: version variable set
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 29, 2024
1 parent 847874a commit 7170d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Set version
id: version
run: ::set-output name=VERSION::v0.0.${GITHUB_RUN_NUMBER}
run: echo "VERSION=v0.0.${GITHUB_RUN_NUMBER}"

- name: Create Release
id: create_release
Expand Down

0 comments on commit 7170d7f

Please sign in to comment.