Skip to content

Commit 873647d

Browse files
committed
Update release.yml
[skip ci]
1 parent b35259b commit 873647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "build_number=$BUILD_NUMBER" >> $GITHUB_OUTPUT
2626
echo "version=$VERSION" >> $GITHUB_OUTPUT
2727
publish:
28-
name: Create Processing Core Release on Maven Central
28+
name: Publish Processing Core to Maven Central
2929
runs-on: ubuntu-latest
3030
needs: version
3131
steps:
@@ -92,7 +92,7 @@ jobs:
9292
uses: cedx/setup-ant@v3
9393
- name: Write to todo.txt
9494
run: |
95-
echo "${{ needs.version.outputs.build_number }} (${{ needs.version.outputs.version }})" >> todo.txt
95+
echo "${{ needs.version.outputs.build_number }} (${{ needs.version.outputs.version }})" > todo.txt
9696
- name: Install Certificates for Code Signing
9797
if: ${{ matrix.os_prefix == 'macos' }}
9898
uses: apple-actions/import-codesign-certs@v3

0 commit comments

Comments
 (0)