Skip to content

Commit c9624da

Browse files
committed
Release job is not needed for CI for develop
1 parent 8fcc4e2 commit c9624da

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,4 @@ jobs:
2424
- name: Build with Maven
2525
run: mvn -B -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.KeePassXCAccessTest install --file pom.xml
2626
env:
27-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28-
29-
release:
30-
name: Draft a Release on GitHub Releases
31-
runs-on: ubuntu-latest
32-
needs: build
33-
if: startsWith(github.ref, 'refs/tags/')
34-
steps:
35-
- name: Checkout code
36-
uses: actions/checkout@v2
37-
- name: Create Release
38-
id: create_release
39-
uses: actions/create-release@v1
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
with:
43-
tag_name: ${{ github.ref }}
44-
release_name: ${{ github.ref }}
45-
body: |
46-
:construction: Work in Progress
47-
draft: true
48-
prerelease: false
27+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)