Skip to content

Commit c2954d0

Browse files
authored
F2calv/2023 11 more updates (#64)
* dev tag to latest-dev * actions updates * cargo update
1 parent 71e5992 commit c2954d0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ First clone the repository (ideally by opening it as [vscode devcontainer](https
5858
GIT_REPO=$(basename `git rev-parse --show-toplevel`)
5959
GIT_BRANCH=$(git branch --show-current)
6060
GIT_COMMIT=$(git rev-parse HEAD)
61-
GIT_TAG="dev"
61+
GIT_TAG="latest-dev"
6262
GITHUB_WORKFLOW="n/a"
6363
GITHUB_RUN_ID=0
6464
GITHUB_RUN_NUMBER=0

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $ErrorActionPreference = "Stop"
44
#set variables to emulate running in the workflow/pipeline
55
$REPO_ROOT = git rev-parse --show-toplevel
66
$GIT_REPO = $REPO_ROOT | Split-Path -Leaf
7-
$GIT_TAG = "dev"
7+
$GIT_TAG = "latest-dev"
88
$GIT_BRANCH = $(git branch --show-current)
99
$GIT_COMMIT = $(git rev-parse HEAD)
1010
$GITHUB_WORKFLOW = "n/a"

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
GIT_REPO=$(basename `git rev-parse --show-toplevel`)
55
GIT_BRANCH=$(git branch --show-current)
66
GIT_COMMIT=$(git rev-parse HEAD)
7-
GIT_TAG="dev"
7+
GIT_TAG="latest-dev"
88
GITHUB_WORKFLOW="n/a"
99
GITHUB_RUN_ID=0
1010
GITHUB_RUN_NUMBER=0

0 commit comments

Comments
 (0)