Skip to content

Commit

Permalink
Update release_trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa authored Nov 27, 2023
1 parent 92f5cc7 commit f42e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: version
secrets: inherit
with:
version: "${{ env.version }}"
version: "${{ jobs.version.version }}"

ios:
if: inputs.ios
Expand Down

0 comments on commit f42e4db

Please sign in to comment.