Skip to content

Commit

Permalink
Iterating (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 13, 2023
1 parent 45be3bb commit 804fd7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- id: 'checkout'
name: 'Step: Checkout'
name: 'Step: Checkout Project'
uses: 'actions/checkout@v4'
with:
fetch-depth: 1
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
- id: 'mvn-release-prepare'
name: 'Step: Maven Release: Prepare'
name: 'Step: Maven Release: Prepare, Perform and Publish Site'
env:
DRY_RUN: '${{ inputs.dryRun }}'
GIT_ASKPASS: '${{ runner.temp }}/.askpass'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependency:
<groupId>org.microbean</groupId>
<artifactId>microbean-function</artifactId>
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-function for up-to-date available versions. -->
<version>0.0.1</version>
<version>0.0.46</version>
</dependency>
```

Expand Down

0 comments on commit 804fd7b

Please sign in to comment.