Skip to content

Commit

Permalink
using matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Oct 1, 2024
1 parent 7d103e6 commit b4f055b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
fi
- name: Set Repository Name
id: repo_name
if: ${{ matrix.component != 'lega-commander' && matrix.component != 'clearinghouse' && matrix.component != 'crypt4gh' && matrix.component != 'tsd-file-api-client' && matrix.component != 'e2eTests' }}
run: |
REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
echo "repo_name=$REPO_NAME" >> $GITHUB_ENV
Expand All @@ -126,7 +127,7 @@ jobs:
- name: Create and push new tag
if: ${{ matrix.component == 'lega-commander' }}
run: |
git tag v${{ steps.bump_lega_commander_version.outputs.new_lega_commander_version }} ${{ github.sha }}
git tag v${{ steps.bump_version.outputs.new_version }} ${{ github.sha }}
- name: Run GoReleaser
if: ${{ matrix.component == 'lega-commander' }}
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit b4f055b

Please sign in to comment.