Skip to content

Commit

Permalink
updated docs slightly and more fetching in action
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-glisman committed Sep 14, 2023
1 parent 1584a1f commit 207ba13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 207ba13

Please sign in to comment.