Skip to content

Commit

Permalink
Update prod-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jul 1, 2024
1 parent 047f52a commit fcbe595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

# Setup gcloud CLI
- name: Setup CLI
Expand All @@ -60,7 +60,7 @@ jobs:
#Fetch latest release
- name: Fetch latest release
id: fetch-latest-release
uses: InsonusK/get-latest-release@v1.0.1
uses: InsonusK/get-latest-release@v1.1.0
with:
myToken: ${{ github.token }}
exclude_types: "draft|prerelease"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Commit
- name: Commit to repo
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v9.1.4
with:
default_author: github_actions

Expand All @@ -101,4 +101,4 @@ jobs:
run: |-
kubectl rollout restart deployment/$DEPLOYMENT_NAME
kubectl rollout status deployment/$DEPLOYMENT_NAME --timeout=300s
kubectl get services -o wide
kubectl get services -o wide

0 comments on commit fcbe595

Please sign in to comment.