File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 2626 - name : Publish to GitHub Packages Apache Maven
2727 run : |
2828 ./mvnw --batch-mode install
29- ./mvnw --batch-mode se.fortnox.changesets:changesets-maven-plugin:$(cat .changeset/VERSION): release
29+ ./mvnw --batch-mode se.fortnox.changesets:changesets-maven-plugin:release
3030 ./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
3131 env :
3232 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 119119 <build >
120120 <pluginManagement >
121121 <plugins >
122- <plugin >
123- <groupId >${project.groupId} </groupId >
124- <artifactId >${project.artifactId}</artifactId >
125- <version >${project.version} </version >
126- </plugin >
127122 <!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
128123 <plugin >
129124 <artifactId >maven-clean-plugin</artifactId >
184179 </plugin >
185180 </plugins >
186181 </pluginManagement >
187- <plugins >
188- <plugin >
189- <groupId >${project.groupId} </groupId >
190- <artifactId >${project.artifactId}</artifactId >
191- </plugin >
192- </plugins >
193182 </build >
194183
195184 <distributionManagement >
You can’t perform that action at this time.
0 commit comments