Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 authored Dec 2, 2023
1 parent c5dafba commit 95d12a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: production
url: https://repo.andrei1058.com
url: https://repo.andrei1058.dev
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
with:
generate_release_notes: true
name: ${{env.UPDATE_VERSION}}
tag_name: ${{env.UPDATE_VERSION}}
tag_name: ${{env.UPDATE_VERSION}}

0 comments on commit 95d12a7

Please sign in to comment.