Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-guillet authored May 18, 2023
1 parent b9b7a75 commit e3f7307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
uses: dawidd6/action-get-tag@v1.1.0

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
uses: dawidd6/action-get-tag@v1.1.0

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit e3f7307

Please sign in to comment.