Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Remove delete prev package task.
  • Loading branch information
chinmoy12c committed Jan 21, 2024
1 parent 4237323 commit e9cc797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
run: |
echo ::set-output name=VERSION::$(grep -A 1 '<artifactId>utils</artifactId>' pom.xml | grep -oP '(?<=<version>).*?(?=</version>)')
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: ${{ steps.version.outputs.VERSION }}
names: |
com.uci.utils
token: ${{ secrets.TOKEN }}


- name: Deploy
run: mvn clean install -Pgithub deploy
env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.uci</groupId>
<artifactId>utils</artifactId>
<!--For Development we are using SNAPSHOT with version-->
<version>2.4.0</version>
<version>2.4.1</version>

<!-- On changing, Set version in build-deploy.yml to delete the previous packages if exists and deploy new package for the specified version -->

Expand Down

0 comments on commit e9cc797

Please sign in to comment.