Skip to content

Commit

Permalink
update example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aweris committed Aug 21, 2023
1 parent 03c3d8d commit fc7f083
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/workflows/step-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
entrypoint: /bin/echo
args: ${{ github.repository }}

- uses: jsok/svu-version-bump-action@v2
- name: SVU version bump custom docker action
uses: jsok/svu-version-bump-action@v2
id: bump
with:
bump: 'next'
bump: 'patch'

- name: Print the version
run: echo "The version is ${{ steps.bump.outputs.version }}"
run: echo "The version is ${{ steps.bump.outputs.version }}"

0 comments on commit fc7f083

Please sign in to comment.