Skip to content

Commit

Permalink
Update railway action
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 30, 2024
1 parent 22cabd7 commit 4d77701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- uses: actions/checkout@v2

- name: Deploy ormonitor
uses: fewensa/railway-deploy@refactor
#if: startsWith(github.ref, 'refs/tags/v')
uses: fewensa/railway-deploy@main
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_PRD }}
service: "ormonitor"
Expand Down

0 comments on commit 4d77701

Please sign in to comment.