Skip to content

Commit

Permalink
Dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Apr 10, 2024
1 parent e0fbb62 commit bb35a80
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/gradle-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ jobs:
runs-on: ubuntu-latest

steps:
# Prepare release
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ inputs.tag_name }}
release_name: ${{ inputs.release_name }}
body: |
Description of the release
draft: true
prerelease: false

# Docker image
- name: Set up QEMU
Expand Down

0 comments on commit bb35a80

Please sign in to comment.