Skip to content

Commit

Permalink
release: v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 7, 2024
1 parent 79056a7 commit a90e49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
run: |
RULESET_ID=$(gh api /repos/${{ github.repository }}/rulesets --jq '.[] | select(.name=="release") | .id')
echo "$RULESET_ID"
echo ${{ steps.extract_info.outputs.version }}
echo ${{ steps.extract_info.outputs.release_branch }}
gh api /repos/${{ github.repository }}/rulesets/$RULESET_ID | jq '{conditions}' | jq '.conditions.ref_name.include += [${{ steps.extract_info.outputs.release_branch }}]' | gh api --method put --input - /repos/${{ github.repository }}/rulesets/$RULESET_ID

0 comments on commit a90e49b

Please sign in to comment.