Skip to content

Commit

Permalink
fix: change phase back to verify to create .asc files (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg authored Jan 19, 2023
1 parent 9baadde commit 6edc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit 6edc18c

Please sign in to comment.