Skip to content

Commit 797364d

Browse files
author
Aaron Roller
committed
using perception builds AM-280 AM-295 master
1 parent f4ff3b4 commit 797364d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
fail-fast: true
5757
name: Package if released
5858
steps:
59+
- uses: AutoModality/action-clean@v1.1.0
5960
- name: Checkout
6061
uses: actions/checkout@v2
6162
- name: Download release
@@ -79,7 +80,7 @@ jobs:
7980
- name: Package if published
8081
if: steps.published.outputs.value == 'true'
8182
id: package
82-
uses: AutoModality/action-package-debian-ros@v3.0.0
83+
uses: AutoModality/action-package-debian-ros@v3.2.0
8384
with:
8485
version: ${{ steps.version.outputs.value }}
8586
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}

0 commit comments

Comments
 (0)