diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index a2477e6..fdd40ae 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -13,10 +13,15 @@ jobs: runs-on: "ubuntu-latest" steps: + - name: Fetch actions (v3) + uses: actions/checkout@v3 + with: + submodules: true + - name: Create Release uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false files: | LICENSE diff --git a/README.md b/README.md index f96fd96..3013937 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Summary:** PLUMED-patched GROMACS molecular dynamics simulations repository used for my anti-scaling research project in the Wang Group. **Authors:** [Alec Glisman](https://github.com/alec-glisman) **GitHub actions:** -[![Code Linting](https://github.com/zgw-group/Polyelectrolyte-Ion-Adsorption/actions/workflows/code-linting.yml/badge.svg)](https://github.com/zgw-group/Polyelectrolyte-Ion-Adsorption/actions/workflows/code-linting.yml) +[![Code Linting](https://github.com/zgw-group/Polyelectrolyte-Ion-Adsorption/actions/workflows/code-linting.yml/badge.svg)](https://github.com/zgw-group/Polyelectrolyte-Ion-Adsorption/actions/workflows/code-linting.yml) **Third-party services:** [![wakatime](https://wakatime.com/badge/github/alec-glisman/Polyelectrolyte-Surface-Adsorption.svg)](https://wakatime.com/badge/github/alec-glisman/Polyelectrolyte-Surface-Adsorption)