Skip to content

Commit 8c9d2b3

Browse files
committed
test: workflow
1 parent c45512c commit 8c9d2b3

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/update-version.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@ jobs:
2626
echo "${{ github.actor }} is a member of the SDK team: $IS_MEMBER"
2727
if [[ "$IS_MEMBER" != "true" ]]; then
2828
echo "Not a member of the SDK team, skipping update"
29-
# exit 1
29+
exit 1
3030
fi
3131
32-
- name: Echo team membership
33-
run: echo "${{ steps.check_team.outputs.is_member }}"
34-
3532
- name: Echo SdkVersionHelper
3633
run: echo "$(cat ./src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs)"
3734

38-
# - name: Set up Python
39-
# uses: actions/setup-python@v4
40-
# with:
41-
# python-version: '3.x'
35+
- name: Set up Python
36+
uses: actions/setup-python@v4
37+
with:
38+
python-version: '3.x'
4239

43-
# - name: Install jq
44-
# run: sudo apt-get install -y jq
40+
- name: Install jq
41+
run: sudo apt-get install -y jq
4542

4643
# - name: Replace version string
4744
# id: replace_version

0 commit comments

Comments
 (0)