Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 16, 2021
1 parent 45146f5 commit 4b7c50e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
release-gh:
name: GitHub release
runs-on: ubuntu-latest
needs: [check, testing]
needs: [check, testing, release-docker]
if: ${{ success() && needs.check.outputs.is_release == 'true' }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ COPY --from=builder /temp/yarn.lock yarn.lock
COPY --from=builder /temp/.yarnclean .yarnclean
COPY --from=builder /temp/build build
COPY --from=builder /temp/storage storage
COPY --from=builder /temp/config config
COPY --from=builder /temp/assets assets
COPY --from=builder /temp/docs docs
COPY --from=builder /temp/version version
COPY --from=builder /temp/.env.defaults .env.defaults

ENV NODE_ENV=production
ENV PORT=7200
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": "@artgen/core",
"version": "0.0.7",
"version": "0.0.8",
"description": "Versatily headless CMS",
"main": "build/main.js",
"homepage": "https://artgen.io",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit 4b7c50e

Please sign in to comment.