Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Dec 27, 2023
1 parent 713f599 commit b465017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PAT: ${{ secrets.PAT }}

publish:
if: ${{ always() }}
if: ${{ always() }}
runs-on: ubuntu-latest
needs:
- localization
Expand Down
2 changes: 1 addition & 1 deletion wallets/provider-mytonwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeager-dev/provider-mytonwallet",
"version": "0.10.0",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion wallets/provider-station/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeager-dev/provider-station",
"version": "0.24.0",
"version": "0.26.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down

0 comments on commit b465017

Please sign in to comment.