From 0bb48038401260ab596b8e76d9560b0a38bf21a4 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 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b5f817031a..bf6dabfc5f 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 @@ -87,7 +87,7 @@ jobs: with: bundler-cache: true - run: brew install s3cmd - - run: bundle exec ./build.sh publish-update-checker + # - run: bundle exec ./build.sh publish-update-checker test-installation: runs-on: macos-13 name: Run installation test for ${{ matrix.platform }}, ${{ matrix.installation }} and ${{ matrix.linkage }}