We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e983 commit 66ebc4bCopy full SHA for 66ebc4b
.github/workflows/ipa-release.yml
@@ -60,8 +60,6 @@ jobs:
60
- name: Get the latest commit SHA
61
id: get-sha
62
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
63
- - name: Test
64
- run: echo "creating tag ipa-validation-ruleset-v${{needs.check-version.outputs.current_version}} for sha ${{steps.get-sha.outputs.sha}}"
65
- name: Create release tag
66
uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72
67
with:
0 commit comments