Skip to content

Commit

Permalink
ci(github): fix release workflow not including assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Jun 14, 2024
1 parent 9c398c6 commit 6388222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
name: Checkout

- name: Procure Lite Image
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -433,9 +436,6 @@ jobs:
fi
done
- uses: actions/checkout@v4
name: Checkout

- name: Extract Changelog
id: changelog
run: |
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- fix(vscode): no longer schedule a status check for vscode every 5 seconds, it now
only checks the status when the it runs a command using vscode, one second after
running the command and 4 seconds after that
- ci(github): fix release workflow not including assets

## Version 0.14.2

Expand Down Expand Up @@ -334,8 +335,7 @@

## Version 0.9.8

- hotfix: wait for lingering process to finish and retry usreland `systemctl --user
daemon-reload` if needed
- hotfix: wait for lingering process to finish and retry usreland `systemctl --user daemon-reload` if needed
- hotfix: the `install_docker.sh` script now runs if an optional flag is set for
bootstrap command

Expand Down

0 comments on commit 6388222

Please sign in to comment.