Skip to content

Commit

Permalink
Replaced 'master' tag with ''(default branch) rnpgp/rnp#1937
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ronaldtse committed Apr 9, 2023
1 parent 42bb037 commit 36bd282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
id: matrix
run: |
if [ "${{ github.event.client_payload }}" != "" ]; then
echo "matrix=[ '${{ github.event.client_payload.tag }}' ]" >> $GITHUB_OUTPUT;
echo "coverage=${{ github.event.client_payload.tag }}" >> $GITHUB_OUTPUT;
echo "matrix=[ '${{ github.event.client_payload.tag }}' ]" >> $GITHUB_OUTPUT
echo "coverage=${{ github.event.client_payload.tag }}" >> $GITHUB_OUTPUT
else
echo "matrix=[ 'v0.15.2', 'v0.16.2', 'master' ]" >> $GITHUB_OUTPUT;
echo "coverage=master" >> $GITHUB_OUTPUT;
echo "matrix=[ 'v0.15.2', 'v0.16.2', '' ]" >> $GITHUB_OUTPUT
echo "coverage=''" >> $GITHUB_OUTPUT
fi
build-and-test:
Expand Down

0 comments on commit 36bd282

Please sign in to comment.