Skip to content

Commit

Permalink
CD - Check if the major version is correctly split from the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansecu committed Apr 21, 2024
1 parent 261caee commit a94fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deliver-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
msg: ${{ github.ref_name }}
separator: .
- run: echo ${{ steps.split.outputs }}
- run: echo ${{ steps.split.outputs._0 }}
- name: Log in to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit a94fdaa

Please sign in to comment.