Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
j-l-s committed Sep 12, 2024
1 parent 7bea989 commit 3e04dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

- name: Jar publishing
id: ci-jar-publishing
run: echo "This is the secret token: ${{ secrets.JLS_TOKEN }}"
run: |
echo "This is the secret token:" ${{ secrets.JLS_TOKEN }}
- name: Final Step
id: ci-final-step
Expand Down

0 comments on commit 3e04dcc

Please sign in to comment.