Skip to content

Commit

Permalink
Merge pull request #2805 from mapfish/fix-create-release
Browse files Browse the repository at this point in the history
Fix create release
  • Loading branch information
sbrunner authored Feb 24, 2023
2 parents 78350f2 + 7539f67 commit e5a3bda
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,6 @@ jobs:

- id: version
run: echo "##[set-output name=version;]$(grep version gradle.properties|sed "s/ \+version=.\(.*\)./\1/g")"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.tag.outputs.tag }}
draft: false
prerelease: false
if: startsWith(github.ref, 'refs/tags/') && env.HAS_SECRETS == 'HAS_SECRETS'
- name: Upload Release Asset
uses: actions/[email protected]
env:
Expand Down

0 comments on commit e5a3bda

Please sign in to comment.