We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e153909 commit d2301caCopy full SHA for d2301ca
2 files changed
.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- name: Package
17
id: package
18
- uses: AutoModality/action-package-debian-ros@v3.0.0
+ uses: AutoModality/action-package-debian-ros@v3-perception
19
with:
20
branch: ${{ github.event.pull_request.head.ref }}
21
pull-request-number: ${{ github.event.number }}
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Package if published
66
if: steps.published.outputs.value == 'true'
67
68
69
70
version: ${{ steps.version.outputs.value }}
71
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
0 commit comments