Skip to content

Commit

Permalink
fix: Changelog pom dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed May 25, 2024
1 parent 658a795 commit 0d4068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
<dependency>
<groupId>com.iantapply</groupId>
<artifactId>wynncraft</artifactId>
<version>${{ steps.get-version.outputs.version }}</version>
<version>${{needs.version.outputs.version}}</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 0d4068f

Please sign in to comment.