From 334dc204df0c437e06441f04e2520519e107072b Mon Sep 17 00:00:00 2001 From: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:34:06 -0400 Subject: [PATCH] ci: ensure repository update before build --- .github/workflows/create_github_release.yaml | 2 ++ DESCRIPTION | 2 +- codemeta.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_github_release.yaml b/.github/workflows/create_github_release.yaml index bc079b0..725f33f 100644 --- a/.github/workflows/create_github_release.yaml +++ b/.github/workflows/create_github_release.yaml @@ -57,6 +57,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - name: Update system repositories + run: sudo apt-get update - name: Install system dependencies run: | sudo apt-get install -y libxml2-dev \ diff --git a/DESCRIPTION b/DESCRIPTION index 006868f..ff58fd2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: drugfindR Title: Investigate iLINCS for candidate repurposable drugs -Version: 0.99.999 +Version: 0.99.1000 Authors@R: c( person(given = c("Ali", "Sajid"), family = "Imami", diff --git a/codemeta.json b/codemeta.json index cca2ddb..fd6b942 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/CogDisResLab/drugfindR", "issueTracker": "https://github.com/CogDisResLab/drugfindR/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.99.999", + "version": "0.99.1000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",