Skip to content

Commit

Permalink
Update JamesIves/github-pages-deploy-action action to v4.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 54f56db commit 1f2e5d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:

- name: Deploy erlang-client-wallet artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: release/erlang/wallet-client/v0
folder: out/erlang-client-wallet
commit-message: Release ${{ github.repository }}@${{ github.sha }}

- name: Deploy erlang-server-wallet artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: release/erlang/wallet-server/v0
folder: out/erlang-server-wallet
Expand All @@ -66,15 +66,15 @@ jobs:

- name: Deploy erlang-client-payres artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: release/erlang/payres-client/v0
folder: out/erlang-client-payres
commit-message: Release ${{ github.repository }}@${{ github.sha }}

- name: Deploy erlang-server-payres artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: release/erlang/payres-server/v0
folder: out/erlang-server-payres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Bundle specification
run: npm run build -- ../public
- name: Deploy to release branch
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: release/v0
folder: ../public/api
Expand Down

0 comments on commit 1f2e5d6

Please sign in to comment.