aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-09-08 11:07:16 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-09-08 21:06:16 +0530
commitd9decfdd7b2d34f2c79fe9fc728176a80270dc51 (patch)
treebe725e2b0546e8c92fdceb7dc9d74ddd1a727a90 /.github
parentUpgrade 'nodejs' to '16.17.0' (diff)
downloadferdium-app-d9decfdd7b2d34f2c79fe9fc728176a80270dc51.tar.gz
ferdium-app-d9decfdd7b2d34f2c79fe9fc728176a80270dc51.tar.zst
ferdium-app-d9decfdd7b2d34f2c79fe9fc728176a80270dc51.zip
Disabled tagging of the main repo since it is autocreated when a new release is published
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tag-repos.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/tag-repos.yml b/.github/workflows/tag-repos.yml
index 794b031bc..6ef055e7b 100644
--- a/.github/workflows/tag-repos.yml
+++ b/.github/workflows/tag-repos.yml
@@ -29,11 +29,12 @@ jobs:
29 TAG_NAME=$(node -p 'require("./package.json").version') 29 TAG_NAME=$(node -p 'require("./package.json").version')
30 echo "TAG_NAME=v$TAG_NAME" >> $GITHUB_ENV 30 echo "TAG_NAME=v$TAG_NAME" >> $GITHUB_ENV
31 shell: bash 31 shell: bash
32 - name: Tag the main repo 32 # Note: commented out the tagging of the main repo - since that is auto-created when a new release is published
33 run: | 33 # - name: Tag the main repo
34 git tag -f $TAG_NAME 34 # run: |
35 git push origin --tags --no-verify 35 # git tag -f $TAG_NAME
36 shell: bash 36 # git push origin --tags --no-verify
37 # shell: bash
37 # Also tag the submodule so as to help identify which changes went into which release 38 # Also tag the submodule so as to help identify which changes went into which release
38 # TODO: Not working due to cross-repo access issues by the github-action bot 39 # TODO: Not working due to cross-repo access issues by the github-action bot
39 # - name: Tag the submodule 40 # - name: Tag the submodule