Skip to content

Commit 6c7c7b1

Browse files
committed
release action
1 parent 4489036 commit 6c7c7b1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/release-workflow.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ on:
1111
description: 'Prerelease tag name. Leave empty for regular release.'
1212

1313
jobs:
14-
integration-tests:
15-
uses: ./.github/workflows/integration-tests.yaml
16-
secrets: inherit
17-
1814
publish:
1915
runs-on: ubuntu-latest
20-
needs: integration-tests
2116
steps:
2217
- name: Check out code
2318
uses: actions/checkout@v4
@@ -65,8 +60,8 @@ jobs:
6560
echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT
6661
shell: bash
6762

68-
- name: GitHub release
69-
uses: softprops/action-gh-release@v1
70-
with:
71-
generate_release_notes: true
72-
tag_name: ${{ steps.tag_generation.outputs.new_tag }}
63+
# - name: GitHub release
64+
# uses: softprops/action-gh-release@v1
65+
# with:
66+
# generate_release_notes: true
67+
# tag_name: ${{ steps.tag_generation.outputs.new_tag }}

0 commit comments

Comments
 (0)