Skip to content

Commit

Permalink
Release (#66)
Browse files Browse the repository at this point in the history
* Add modifier release

* + Integration CICD

* Add release config

* + Integration CICD Release Only MacOS Build Env

* + Integration CICD Release Only MacOS Build Env

* + Integration CICD Release Only MacOS Build Env

* + Integration CICD Release Only MacOS Build Env

* + Integration CICD Release Only MacOS Build Env

* + Integration CICD Release Only MacOS Build Env
  • Loading branch information
iletai authored Mar 26, 2024
1 parent 5d32d26 commit 1044635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
incremented_version=$(echo $version | awk -F. -v OFS=. '{$NF++; print}')
# Create a tarball of the built product
tar -czf v${incremented_version}.tar.gz -C .build/apple/Products/Release ${{secrets.PRODUCT_NAME}}.swiftmodule
tar -czf v'${incremented_version}'.tar.gz -C .build/apple/Products/Release ${{secrets.PRODUCT_NAME}}.swiftmodule
# Create a new tag with the incremented version number
gh release create v$incremented_version --title "Release v$incremented_version" --notes "Release v$incremented_version" --prerelease 'v${incremented_version}.tar.gz'

0 comments on commit 1044635

Please sign in to comment.