We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8e61a commit 63b1695Copy full SHA for 63b1695
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
59
60
- name: Set version name
61
- run: echo "version=$(git cliff --bumped-version)" >> $GITHUB_ENV
+ run: echo "version=$(git cliff --bumped-version)" >> "$GITHUB_ENV"
62
63
- name: 🛠️ Run Build
64
run: cargo build -p pgt_cli --release --target ${{ matrix.config.target }}
0 commit comments