Skip to content

Commit

Permalink
cd(production-cd): add get release and test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZIn-dev committed Apr 9, 2022
1 parent 89b51b0 commit 6c818ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/produciton-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 6c818ce

Please sign in to comment.