Skip to content

Commit

Permalink
Merge pull request #82 from NikitaSkrynnik/fix-release
Browse files Browse the repository at this point in the history
Use a specific branch when running check-tag workflow in deployments-k8s
  • Loading branch information
denis-tingaikin authored Jun 4, 2024
2 parents 9b2f0bf + 533c802 commit b86ece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git push origin $branch
if [ "$?" != 0 ]; then
gh workflow run check-tag.yaml -f branch=$branch --repo networkservicemesh/deployments-k8s
gh workflow run check-tag.yaml -f branch=$branch --ref=$branch --repo networkservicemesh/deployments-k8s
fi
env:
GH_TOKEN: ${{ secrets.token }}

0 comments on commit b86ece1

Please sign in to comment.