Skip to content

Commit

Permalink
Fix github actions to checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 23, 2021
1 parent 4467a14 commit 5befcd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
- name: Check out the repo and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.3.0"
version = "0.3.1"
authors = ["Antonia \"Nia\" Calia-Bogan <[email protected]>"]
description = "The RCOS webapp"
edition = "2018"
Expand Down

0 comments on commit 5befcd1

Please sign in to comment.