Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Feb 13, 2024
1 parent 508ca35 commit 0bb4803
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 0bb4803

Please sign in to comment.