Skip to content

Commit

Permalink
trying to publish binary from image
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Nov 23, 2023
1 parent 64cd3e8 commit c6b84ea
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:
image: ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
path: "/usr/local/bin/rarimo-core"

- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ncipollo/release-action@v1
with:
files: ${{steps.extract.outputs.destination}}rarimo-core
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: ${{steps.extract.outputs.destination}}/rarimo-core
tag: $GITHUB_REF_NAME
name: Release $GITHUB_REF_NAME
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c6b84ea

Please sign in to comment.