Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #19

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/release-erlang.yaml
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.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
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.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
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.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
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.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
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 @@ -21,7 +21,7 @@ jobs:
- name: Bundle specification
run: npm run build -- ../public
- name: Deploy to release branch
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/v0
folder: ../public/api
Expand Down
Loading