Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SerRichard authored Jun 26, 2024
1 parent c32f371 commit 47d6243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: |
if [[ ${{ github.event.ref }} =~ ^refs/tags/api-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "api=true" >> $GITHUB_OUTPUT
elif [[ ${{ github.event.ref }} =~ ^refs/tags/executor-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
fi
if [[ ${{ github.event.ref }} =~ ^refs/tags/executor-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "executor=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 47d6243

Please sign in to comment.