Skip to content

Commit

Permalink
bump version in correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 14, 2024
1 parent 18d67f7 commit 4b2eb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Bump Version
id: bump_version
run: echo "new_version=$(git tag | sort -V | tail -1 | awk -F. 'BEGIN { OFS = "." } {$NF+=1; print $0}')" >> $GITHUB_OUTPUT
working-directory: getargv-swift
- name: create && push tag
run: |
git tag '${{ steps.bump_version.outputs.new_version }}'
Expand Down

0 comments on commit 4b2eb8b

Please sign in to comment.