Skip to content

Commit eea2312

Browse files
author
Aaron Roller
committed
BB-763 updated readme and configuration to next version
1 parent 876103b commit eea2312

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/push-debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99
- name: Push
1010
id: push
11-
uses: AutoModality/action-cloudsmith@BB-763
11+
uses: AutoModality/action-cloudsmith@0.2.0
1212
with:
1313
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
1414
command: 'push'
@@ -17,6 +17,6 @@ jobs:
1717
repo: 'trial'
1818
distro: 'ubuntu'
1919
release: 'xenial'
20-
republish: 'true'
21-
file: 'test/fixture/aruco_3.1.0-1_amd64.deb' #real file, but will fail due to repeat versions
20+
republish: 'true' # needed since version is not changing
21+
file: 'test/fixture/aruco_3.1.0-1_amd64.deb' #real file that will repeat versions
2222

.github/workflows/push-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99
- name: Push
1010
id: push
11-
uses: AutoModality/action-cloudsmith@BB-763
11+
uses: AutoModality/action-cloudsmith@0.2.0
1212
with:
1313
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
1414
command: 'push'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v1
8383
- name: Push
8484
id: push
85-
uses: AutoModality/action-cloudsmith@BB-763
85+
uses: AutoModality/action-cloudsmith@0.2.0
8686
with:
8787
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
8888
command: 'push'

0 commit comments

Comments
 (0)