File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments