docker: checkout repo

This commit is contained in:
Koushik Dutta
2023-05-08 11:28:52 -07:00
parent 8526c92dcc
commit 81a5a4349c
2 changed files with 5 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@master

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.11.0",
"version": "0.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.11.0",
"version": "0.12.0",
"license": "ISC",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",