Skip to content

Commit 8b5c058

Browse files
committed
Remove unused --cfg releasing from CI
1 parent 40b2654 commit 8b5c058

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/everything.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,7 @@ jobs:
6767
- name: Run cargo publish --dry-run
6868
if: github.ref == 'refs/heads/master'
6969
run: cargo publish --dry-run
70-
env:
71-
RUSTFLAGS: "--cfg releasing"
7270

7371
- name: Run cargo publish
7472
if: startsWith(github.ref, 'refs/tags/')
7573
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
76-
env:
77-
RUSTFLAGS: "--cfg releasing"

0 commit comments

Comments
 (0)