Skip to content

Commit

Permalink
github action bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harikris001 authored Aug 28, 2024
1 parent dca9e50 commit 9b48799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "jam_it/build/app/outputs/apk/release/*"
tag: ${{ steps.read_version.outputs.version-number }}
tag: ${{ steps.read-version.outputs.version-number }}
token: ${{ secrets.TOKEN }}


Expand Down

0 comments on commit 9b48799

Please sign in to comment.