Skip to content

Commit

Permalink
remove snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacodes committed Sep 28, 2024
1 parent e7bb474 commit d0787f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release
on:
push:
branches: [master]
tags: ["*"]
jobs:
publish:
Expand All @@ -21,5 +20,3 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
CI_SNAPSHOT_RELEASE: false
CI_RELEASE: true

0 comments on commit d0787f8

Please sign in to comment.