Skip to content

Commit 63b1695

Browse files
committed
fix: workflow issues
1 parent 3c8e61a commit 63b1695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
5959

6060
- name: Set version name
61-
run: echo "version=$(git cliff --bumped-version)" >> $GITHUB_ENV
61+
run: echo "version=$(git cliff --bumped-version)" >> "$GITHUB_ENV"
6262

6363
- name: 🛠️ Run Build
6464
run: cargo build -p pgt_cli --release --target ${{ matrix.config.target }}

0 commit comments

Comments
 (0)