Skip to content

Commit

Permalink
Merge pull request #479 from Altinity/publish-fix
Browse files Browse the repository at this point in the history
Fix publish workflow
  • Loading branch information
MyroTk authored Feb 29, 2024
2 parents aea715c + 1ddef6b commit 2f5827d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
publish-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -56,8 +58,6 @@ jobs:
if: ${{ !inputs.prerelease && !inputs.draft}}
run: sed -i "s/release_tag/$release_tag/" ${{ env.release_tag }}.md

- uses: actions/checkout@v2

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -122,4 +122,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_name: Source.tar.gz
asset_path: ../Source.tar.gz
asset_content_type: application/gzip
asset_content_type: application/gzip

0 comments on commit 2f5827d

Please sign in to comment.