Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jun 8, 2022
1 parent 30cda2c commit 0768fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

get-tag:
name: Get tag
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
branch=${{github.event.workflow_run.head_branch}}
echo '::set-output name=tag::'${branch#release/}
id: get-tag-step

create-release:
name: Create release
needs: get-tag
Expand All @@ -43,4 +43,4 @@ jobs:
tag: ${{ needs.get-tag.outputs.tag }}
dependent_repositories: '["cmd-forwarder-ovs"]'
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit 0768fce

Please sign in to comment.