Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 15, 2023
1 parent 69f8bec commit c79c318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rivet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set up Rivet CLI
run: |
export RIVET_CLI_VERSION="v0.3.1"
export RIVET_CLI_VERSION="v0.3.0"
curl -fsSL https://raw.githubusercontent.com/rivet-gg/cli/main/install/unix.sh | sh
- name: Generate ns_name and version_name
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Set up Rivet CLI
run: |
export RIVET_CLI_VERSION="v0.3.1"
export RIVET_CLI_VERSION="v0.3.0"
curl -fsSL https://raw.githubusercontent.com/rivet-gg/cli/main/install/unix.sh | sh
- name: Build Docker Image
Expand All @@ -74,7 +74,7 @@ jobs:

- name: Set up Rivet CLI
run: |
export RIVET_CLI_VERSION="v0.3.1"
export RIVET_CLI_VERSION="v0.3.0"
curl -fsSL https://raw.githubusercontent.com/rivet-gg/cli/main/install/unix.sh | sh
- name: Build CDN
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Set up Rivet CLI
run: |
export RIVET_CLI_VERSION="v0.3.1"
export RIVET_CLI_VERSION="v0.3.0"
curl -fsSL https://raw.githubusercontent.com/rivet-gg/cli/main/install/unix.sh | sh
- name: Deploy Version
Expand Down

0 comments on commit c79c318

Please sign in to comment.