Skip to content

Commit

Permalink
πŸ§β€β™€οΈ Feature/group messages title dev (#1171)
Browse files Browse the repository at this point in the history
* Add title to group chat messages with clean setup

* after yarn format

* added langs

* Update actions/upload-artifact to a supported version
  • Loading branch information
robert-dm authored Feb 3, 2025
1 parent 82016fc commit f22f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: yarn install && yarn run build

- name: save build artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
name: frontend-build
path: ${{ github.workspace }}/frontend/build
Expand Down

0 comments on commit f22f7b9

Please sign in to comment.