We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7041db7 commit cb225b5Copy full SHA for cb225b5
2 files changed
.github/workflows/build-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Delete package specific version
37
uses: smartsquaregmbh/delete-old-packages@v0.4.0
38
with:
39
- version: 2.1.1 # This should be same as in the pom.xml file,
+ version: 2.1.0 # This should be same as in the pom.xml file,
40
# to delete only the pom specified version, not the other older versions
41
names: |
42
com.uci.utils
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
<groupId>com.uci</groupId>
13
<artifactId>utils</artifactId>
14
- <version>2.1.1</version>
+ <version>2.1.0</version>
15
<!-- On changing, Set version in build-deploy.yml to delete the previous packages if exists and deploy new package for the specified version -->
16
17
<name>utils</name>
0 commit comments