We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53d9a9 commit f768441Copy full SHA for f768441
.github/workflows/build.yml
@@ -25,24 +25,3 @@ jobs:
25
run: mvn -B -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.KeepassProxyAccessTest install --file pom.xml
26
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
0 commit comments