Skip to content

Commit 9ee0ddf

Browse files
fix: substitution
1 parent 285eeec commit 9ee0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: get-sha
6161
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
6262
- name: Test
63-
run: echo "creating tag ipa-validation-ruleset-v${needs.check-version.outputs.current_version} for sha ${steps.get-sha.outputs.sha}"
63+
run: echo "creating tag ipa-validation-ruleset-v${{needs.check-version.outputs.current_version}} for sha ${{steps.get-sha.outputs.sha}}"
6464
# - name: Create release tag
6565
# uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72
6666
# with:

0 commit comments

Comments
 (0)