Skip to content

Commit

Permalink
chore: update mediation sdk to 1.0.2-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Dec 25, 2024
1 parent e042f15 commit 07b645f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.3
ruby-version: 3.2

- name: Install Bundler
run: gem install bundler -v 2.1.4
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
cp -r ../_site/* .
git add -A
git commit -m "update gh pages"
git push https://tapsellCI:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/tapsellorg/TapsellDocument.git gh-pages --force
git push https://tapsellCI:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/tapsellorg/TapsellDocument.git gh-pages --force

0 comments on commit 07b645f

Please sign in to comment.