From d8b1e3aa53b0cae364611647c28a6a2f12591b14 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 13 Feb 2024 08:46:58 -0800 Subject: [PATCH] tmp --- .github/workflows/publish-release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 36961bff85..4d3cddf3e5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -26,12 +26,12 @@ jobs: needs: prepare steps: - uses: actions/checkout@v4 - - uses: rickstaa/action-create-tag@v1 - id: "tag_create" - with: - tag: "v${{ needs.prepare.outputs.VERSION }}" - tag_exists_error: false - message: "" + # - uses: rickstaa/action-create-tag@v1 + # id: "tag_create" + # with: + # tag: "v${{ needs.prepare.outputs.VERSION }}" + # tag_exists_error: false + # message: "" publish-docs: runs-on: macos-latest name: Publish docs to S3 Bucket @@ -59,8 +59,8 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Create Github release - run: bundle exec ./build.sh publish-github ${{ github.sha }} + # - name: Create Github release + # run: bundle exec ./build.sh publish-github ${{ github.sha }} publish-cocoapods: runs-on: macos-latest name: Publish Cocoapods specs @@ -72,8 +72,8 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Publish - run: bundle exec ./build.sh publish-cocoapods v${{ needs.prepare.outputs.VERSION }} + # - name: Publish + # run: bundle exec ./build.sh publish-cocoapods v${{ needs.prepare.outputs.VERSION }} update-checker: runs-on: macos-latest name: Update to latest version update checker file