Skip to content

Commit

Permalink
correct docker ubuntu release script
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Jan 10, 2024
1 parent 7a601b2 commit 013051a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker-ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,3 @@ jobs:
- run: mvn install -DskipTests
- run: mvn -B deploy -Pubuntu-docker -DskipTests
working-directory: artipie-main
- name: Create Github Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ env.RELEASE_VERSION }}
draft: false
prerelease: false

0 comments on commit 013051a

Please sign in to comment.