diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ca7f19c..476efef 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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 }}'