Skip to content

Commit

Permalink
!fixup publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Mar 19, 2024
1 parent 94d27fb commit 3545093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
run: |
echo "UTILS_VER=$(cat utils/version)" >> $GITHUB_ENV
echo "CLIENT_VER=$(cat client/version)" >> $GITHUB_ENV
echo "SNAPI_PARSER_VER=$(cat snapi-parser/version)" >> $GITHUB_ENV
echo "SNAPI_FRONTEND_VER=$(cat snapi-frontend/version)" >> $GITHUB_ENV
echo "SNAPI_TRUFFLE_VER=$(cat snapi-truffle/version)" >> $GITHUB_ENV
echo "SNAPI_CLIENT=$(cat snapi-client/version)" >> $GITHUB_ENV
Expand All @@ -117,7 +116,6 @@ jobs:
body: |
> will publish utils version: ${{ env.UTILS_VER }}
> will publish client version: ${{ env.CLIENT_VER }}
> will publish snapi-parser version: ${{ env.SNAPI_PARSER_VER }}
> will publish snapi-frontend version: ${{ env.SNAPI_FRONTEND_VER }}
> will publish snapi-truffle version: ${{ env.SNAPI_TRUFFLE_VER }}
> will publish snapi-client version: ${{ env.SNAPI_CLIENT }}
Expand Down

0 comments on commit 3545093

Please sign in to comment.