Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 24, 2024
1 parent e54f721 commit c92ce65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
if [ "${{ needs.detect_changes.outputs.tsd-file-api-client }}" = "true" ]; then
matrix_items+=('{ "name": "tsd-file-api-client" }')
fi
matrix_output=$(printf ",%s" "${matrix_items[@]}")
matrix_output=$(printf ",%s" "${matrix_items[@]}")
matrix_output="[${matrix_output:1}]"
echo "::set-output name=matrix::$matrix_output"
- name: print
run: echo ${{ steps.matrix.outputs.matrix }}
build:
needs: generate_matrix
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@Slf4j
public enum Clearinghouse {
INSTANCE;

private static final String KEY_WRAPPING = "-----(.*?)-----";
private static final String JKU = "jku";
private static final String RSA = "RSA";
Expand Down

0 comments on commit c92ce65

Please sign in to comment.