Skip to content

Commit

Permalink
Merge pull request #208 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
MohamedRejeb authored Feb 20, 2024
2 parents 7d873f8 + 7dba8a2 commit 9d273a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@ jobs:
- name: Deploy snapshot
env:
VERSION: 1.0.0-SNAPSHOT
OSSRH_STAGING_PROFILE_ID: ${{ secrets.OSSRH_STAGING_PROFILE_ID }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
OSSRH_GPG_SECRET_KEY_PASSWORD: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
OSSRH_GPG_SECRET_KEY_ID: ${{ secrets.OSSRH_GPG_SECRET_KEY_ID }}
OSSRH_GPG_SECRET_KEY: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
run: ./gradlew publish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.richeditor"
version = "1.0.0-rc01"
version = System.getenv("VERSION") ?: "1.0.0-rc01"
}

nexusPublishing {
Expand Down

0 comments on commit 9d273a3

Please sign in to comment.