Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Stefterv committed Nov 11, 2024
1 parent b35259b commit 873647d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "build_number=$BUILD_NUMBER" >> $GITHUB_OUTPUT
echo "version=$VERSION" >> $GITHUB_OUTPUT
publish:
name: Create Processing Core Release on Maven Central
name: Publish Processing Core to Maven Central
runs-on: ubuntu-latest
needs: version
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: cedx/setup-ant@v3
- name: Write to todo.txt
run: |
echo "${{ needs.version.outputs.build_number }} (${{ needs.version.outputs.version }})" >> todo.txt
echo "${{ needs.version.outputs.build_number }} (${{ needs.version.outputs.version }})" > todo.txt
- name: Install Certificates for Code Signing
if: ${{ matrix.os_prefix == 'macos' }}
uses: apple-actions/import-codesign-certs@v3
Expand Down

0 comments on commit 873647d

Please sign in to comment.