Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump softprops/action-gh-release from 1 to 2 #239

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/DeployOnMergeMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Deploy-App-Internal-Release:
runs-on: ubuntu-20.04
container:
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v1.0.14
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.7
options: --user root
credentials:
username: ${{secrets.PORTUS_APP_USER}}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
"https://$NEXUS_ENDPOINT/repository/$NEXUS_REPO/"

- name: Create Github Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: true
name: "Release of ${{ steps.vars-after-raise.outputs.pkg_version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R

- name: run docker-compose cluster
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v1.5.0
with:
compose-file: './docker-compose.yml'
down-flags: '--volumes'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R

- name: run docker-compose cluster in host mode
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v1.5.0
with:
compose-file: './docker-compose-host.yml'
down-flags: '--volumes'
Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
movai-flow (3.0.1-6) UNRELEASED; urgency=medium
movai-flow (3.0.1-7) UNRELEASED; urgency=medium

[ mithun ]
* update docs and demos pacakges
Expand Down Expand Up @@ -80,5 +80,6 @@ movai-flow (3.0.1-6) UNRELEASED; urgency=medium
* UNRELEASED
* UNRELEASED
* UNRELEASED
* UNRELEASED

-- root <root@c9a6a9922344> Wed, 18 Jan 2023 14:48:22 +0000
-- root <root@e6bf25061830> Tue, 25 Jul 2023 11:31:39 +0000
Loading