Skip to content

fix checkout repository bug #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/auto-release-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,8 @@ jobs:
run: |
./hack/sync_api.sh ${GITHUB_REF_NAME}

auto-generate-release-notes:
needs: sync-charts-and-api
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true

save-release-notes-to-file:
needs: auto-generate-release-notes
needs: sync-charts-and-api
uses: ./.github/workflows/call-save-release-notes.yaml
secrets: inherit

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/call-offline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true
files: |
${{ github.ref_name }}/*/*.tar.gz
${{ github.ref_name }}/*/*.list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-os-pkgs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true
files: |
os-pkgs-${{ matrix.name }}-${{ github.ref_name }}.tar.gz

2 changes: 1 addition & 1 deletion .github/workflows/call-save-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
name: kubean-io/website
repository: kubean-io/website
ref: main
- name: save
run: |
Expand Down