Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Feb 27, 2024
1 parent 5c1d2f6 commit 45ef9a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
id: get_frontend_version
run: |
echo frontend_version=$(node -p "require('./frontend/package.json').version") >> $GITHUB_OUTPUT
- name:
run: echo ${{ steps.get_frontend_version.outputs.frontend_version }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -46,8 +44,6 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checkout admin_frontend
uses: actions/checkout@v4
with:
path: admin_frontend
- name: Get admin_frontend package version
id: get_admin_frontend_version
run: echo admin_frontend_version=$(node -p "require('./admin_frontend/package.json').version") >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -76,8 +72,6 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checkout backend
uses: actions/checkout@v4
with:
path: backend
- name: Get backend package version
id: get_backend_version
run: echo backend_version=$(node -p "require('./backend/package.json').version") >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 45ef9a1

Please sign in to comment.