Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Apr 2, 2024
1 parent 1fc1c36 commit d8c1e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- release_workflows
- '[0-9].x'
workflow_dispatch:

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/version-and-release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Release

on:
# REMOVE ME: Only for debugging
push:
branches:
- release_workflows
# REMOVE END
release:
types: [published]

Expand Down Expand Up @@ -45,7 +40,7 @@ jobs:
mvn --no-transfer-progress \
--batch-mode \
-Dgpg.passphrase='${{ secrets.OSSH_GPG_SECRET_KEY_PASSWORD }}' \
-DskipTests deploy
-DskipTests deploy -P release
env:
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}

0 comments on commit d8c1e1a

Please sign in to comment.