Skip to content

Commit

Permalink
Attempt to fix pkg deploy CI with reusable workflow (#210)
Browse files Browse the repository at this point in the history
* environment goes in the reusable workflow
  • Loading branch information
joshschmelzle authored Oct 4, 2024
1 parent 79afdc7 commit 959c631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-to-packagecloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
uses: WLAN-Pi/gh-workflows/.github/workflows/get-formatted-version-string.yml@main
sbuild_deploy:
name: sbuild deploy pkg
environment: PACKAGECLOUD
secrets: inherit
needs:
- format
uses: WLAN-Pi/gh-workflows/.github/workflows/sbuild-deploy-pkg.yml@main
with:
pkg: wlanpi-profiler
version: ${{ needs.format.outputs.version }}
secrets: inherit
slack-workflow-status:
if: ${{ always() && (! github.event.pull_request.head.repo.fork) }}
name: Post workflow status to Slack
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wlanpi-profiler (1.0.18-2) unstable; urgency=medium
wlanpi-profiler (1.0.18-1) unstable; urgency=medium

* Fix crash when an (re)association request is seen without an SSID element

Expand Down

0 comments on commit 959c631

Please sign in to comment.