Skip to content

Commit f768441

Browse files
committed
Release job is not needed for CI for develop
1 parent c53d9a9 commit f768441

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,3 @@ jobs:
2525
run: mvn -B -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.KeepassProxyAccessTest install --file pom.xml
2626
env:
2727
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

0 commit comments

Comments
 (0)