Skip to content

Commit

Permalink
fix: FTP-Deploy-Action tag format has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopico-dev committed Feb 25, 2024
1 parent 6856c55 commit 6451cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build application JAR
uses: ./gradlew --no-daemon bootJar
- name: Deploy to server
uses: SamKirkland/FTP-Deploy-Action@4.3.4
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
Expand Down

0 comments on commit 6451cd7

Please sign in to comment.