Skip to content

Commit ef30174

Browse files
authored
Merge pull request #157 from hughrun/branch_versions
oops duplicated step id
2 parents 4c472c8 + bf235b9 commit ef30174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Deploy latest to server
7373
if: ${{ matrix.version == 'main' }}
74-
id: deploy-versions
74+
id: deploy-latest
7575
uses: Pendect/action-rsyncer@v2.0.0
7676
env:
7777
DEPLOY_KEY: ${{secrets.DEPLOY_KEY}}

0 commit comments

Comments
 (0)