Skip to content

Commit 83f29c7

Browse files
authored
Merge pull request #40 from CCPBioSim/build-fix
Update gromacs.yml
2 parents 7fd507e + 69836be commit 83f29c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gromacs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: prepare tag
1818
id: date
1919
run: |
20-
echo "tag=$(date +'%Y-%m-%d')-py${{ matrix.python }}-aiida${{ matrix.aiida-core }}-ambertools${{ matrix.ambertools }}" >> $GITHUB_OUTPUT
20+
echo "tag=$(date +'%Y-%m-%d')-py${{ matrix.python }}-aiida${{ matrix.aiida-core }}-gromacs${{ matrix.gromacs }}" >> $GITHUB_OUTPUT
2121
2222
- name: checkout
2323
uses: actions/checkout@v6.0.1

0 commit comments

Comments
 (0)