Skip to content

Commit

Permalink
Don't create the release tow times
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 24, 2023
1 parent 78350f2 commit 7539f67
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/upload-release-asset@v1.0.2
env:
Expand Down

0 comments on commit 7539f67

Please sign in to comment.