Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Jun 1, 2024
1 parent 3b7b762 commit 4bd0c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
exit 0
fi
done
exit 1
replace-params:
name: Replace params
runs-on: ubuntu-latest
needs: [check-tags]
if: ${{ always() && needs.check-tags.result == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
branch=${{ github.event.workflow_run.head_branch }}
echo $branch
echo '::set-output name=tag::'${branch#refs/heads/release/}
echo "tag=${branch#release/}" >> $GITHUB_OUTPUT
id: tag-step

check-images:
Expand Down

0 comments on commit 4bd0c26

Please sign in to comment.