Skip to content

Commit

Permalink
🐳 fix Docker build
Browse files Browse the repository at this point in the history
🐛 allowing throwing of unknown errors in notifications (maybe fixing Error when trying to add team member, and you do not have access #207)
🌐 added Spanish translation (thanks @miguelin3097)
  • Loading branch information
faburem committed Mar 19, 2024
1 parent a096d37 commit 6903c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: autotag
id: autotag
uses: butlerlogic/[email protected].4
uses: butlerlogic/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titra",
"version": "0.96.10",
"version": "0.96.11",
"private": true,
"scripts": {
"start": "meteor run"
Expand Down

0 comments on commit 6903c36

Please sign in to comment.