Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:

- name: Deploy erlang-client-apikeys 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.8.0
with:
branch: release/erlang/client/master
folder: out/erlang-client-apikeys
commit-message: Release ${{ github.repository }}@${{ github.sha }}

- name: Deploy erlang-server-apikeys 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.8.0
with:
branch: release/erlang/server/master
folder: out/erlang-server-apikeys
Expand Down