Skip to content

Commit

Permalink
Merge pull request #3479 from superhero-com/feature/update-ci-actions
Browse files Browse the repository at this point in the history
ci: update github actions
  • Loading branch information
CedrikNikita authored Feb 3, 2025
2 parents e1657d8 + 9883c3a commit 64ea967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
publish_dir: dist/web/root
cname: wallet.superhero.com

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2.2.1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ github.ref }}
- uses: alexellis/upload-assets@0.4.0
- uses: alexellis/upload-assets@0.4.1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -64,7 +64,7 @@ jobs:

- uses: rlespinasse/github-slug-action@v4.x
- name: Deploy to stage
uses: easingthemes/ssh-deploy@v4.1.8
uses: easingthemes/ssh-deploy@v5.1.0
if: github.event_name == 'push'
env:
SSH_PRIVATE_KEY: ${{ secrets.STAGE_PRIVATE_KEY }}
Expand Down

0 comments on commit 64ea967

Please sign in to comment.