Skip to content

Commit

Permalink
Removed Release LN Snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelfarsi committed Jun 7, 2024
1 parent 590b08d commit 9200ce7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,7 @@ jobs:
generateReleaseNotes: false
prerelease: ${{ contains(github.ref, '-rc') }}

- name: Release LN
uses: ncipollo/[email protected]
with:
allowUpdates: true
generateReleaseNotes: false
prerelease: ${{ contains(github.ref, '-rc') }}
owner: ${{ secrets.LNB_ACTOR }}
repo: LN
token: ${{ secrets.LNB_TOKEN }}
tag: ${{ steps.vars.outputs.internal_tag }}


build-docker:
name: Build Docker
Expand Down

0 comments on commit 9200ce7

Please sign in to comment.