Skip to content

Commit 42f711c

Browse files
committed
Remove broken release changelog/action
[skip ci]
1 parent 749cff7 commit 42f711c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
1515

16-
# cargo publish
1716
- name: publish crates
1817
uses: katyo/publish-crates@v2
1918
with:
@@ -22,17 +21,5 @@ jobs:
2221
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2322
ignore-unpublished-changes: true
2423

25-
# create release
26-
- name: "Build Changelog"
27-
id: build_changelog
28-
uses: mikepenz/release-changelog-builder-action@v1
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
- name: Create Release
32-
uses: actions/create-release@v1
33-
with:
34-
tag_name: ${{ github.ref }}
35-
release_name: ${{ github.ref }}
36-
body: ${{steps.build_changelog.outputs.changelog}}
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
# NOTE: After running this action, manually create a new release via https://github.com/duckdb/duckdb-rs/releases/new
25+
# TODO: Automate the entire release process

0 commit comments

Comments
 (0)