Skip to content

Commit

Permalink
Update github actions with new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Jan 31, 2023
1 parent 367d8bb commit 8305e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
cd docker-compose
sha512sum docker-compose-ce.yaml > docker-compose-ce-SHA512SUM.txt &&
sha512sum docker-compose-pro.yaml > docker-compose-pro-SHA512SUM.txt &&
sha512sum docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
sha512sum ../dev/docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
sha512sum docker-compose-ce-postgresql.yaml > docker-compose-ce-postgresql-SHA512SUM.txt
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 8305e2c

Please sign in to comment.