Life-Pill / pharmacy-pos-main-backend

The Pharmacy POS System Backend is the server-side component of our comprehensive pharmacy management software. It is developed using Spring Boot, Java, Spring Security ,and Microservices Architecture
Apache License 2.0
5 stars 3 forks source link

GitHub Actions workflow for building and releasing a Spring Boot project #135

Closed PramithaMJ closed 3 weeks ago

PramithaMJ commented 3 weeks ago

This pull request updates the GitHub Actions workflow for building and releasing a Spring Boot project. The changes improve the clarity of the workflow steps, add necessary permissions, and modify the release process. The most important changes include renaming the workflow, adding permissions for writing releases, and updating the build and release steps.

Workflow improvements:

Build and release process updates: