Skip to content

Commit

Permalink
CI[1]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Apr 13, 2024
1 parent 6d061a9 commit d88b9ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
release-service-node:
runs-on: ubuntu-latest
if: ${{ contains(github.ref, 'refs/tags/v') }}
needs: test
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -49,6 +47,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

release-dkg-node:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d88b9ce

Please sign in to comment.