GitHub Actions Bot
|
63ecfafce7
|
Automated update by GitHub Actions
|
2025-04-08 12:48:38 +00:00 |
|
GitHub Actions Bot
|
2d5dc87dc3
|
Automated update by GitHub Actions
|
2025-04-08 12:45:20 +00:00 |
|
|
e55d29b2f8
|
sending mails is working
|
2025-04-08 14:41:52 +02:00 |
|
GitHub Actions Bot
|
4282900f31
|
Automated update by GitHub Actions
|
2025-04-08 11:49:25 +00:00 |
|
|
878fd9e866
|
git pull
|
2025-04-08 13:45:17 +02:00 |
|
GitHub Actions Bot
|
527d03e29e
|
Automated update by GitHub Actions
|
2025-04-08 11:41:40 +00:00 |
|
|
d2a024b476
|
Merge branch 'main' of https://gitea-192-168-197-3.c-one-infra.de/giteaAdmin/silly-game-frontend
|
2025-04-08 13:40:27 +02:00 |
|
|
ec15a90789
|
Update version
|
2025-04-08 13:40:18 +02:00 |
|
GitHub Actions Bot
|
6aba866592
|
Automated update by GitHub Actions
|
2025-04-08 11:38:50 +00:00 |
|
|
ad86ff347e
|
Merge branch 'main' of https://gitea-192-168-197-3.c-one-infra.de/giteaAdmin/silly-game-frontend
|
2025-04-08 13:37:33 +02:00 |
|
|
f87131a7fc
|
test
|
2025-04-08 13:36:34 +02:00 |
|
GitHub Actions Bot
|
0984e9d704
|
Automated update by GitHub Actions
|
2025-04-08 11:35:16 +00:00 |
|
|
900c665bba
|
name: Make changes
|
2025-04-08 13:34:01 +02:00 |
|
|
8f049d6edc
|
gitea@local.domain
|
2025-04-08 13:21:29 +02:00 |
|
|
ca1ca1973c
|
|
2025-04-08 13:19:00 +02:00 |
|
|
90ac2abf7d
|
no with:
username: ${{ secrets.PACKAGES_USER }}
password: ${{ secrets.PACKAGES_TOKEN }}
|
2025-04-08 13:18:44 +02:00 |
|
|
5e800c4dae
|
${{ secrets.PACKAGES_USER }}
|
2025-04-08 13:16:44 +02:00 |
|
|
57a964ad01
|
echo ${username}
|
2025-04-08 13:15:03 +02:00 |
|
|
1115391336
|
echo "getting the username"
|
2025-04-08 13:12:30 +02:00 |
|
|
e27bdf712b
|
user_email=$(git config user.email)
echo "Git User Email: $user_email"
|
2025-04-08 13:08:08 +02:00 |
|
|
0369df9179
|
//
|
2025-04-08 13:05:45 +02:00 |
|
|
5f4b653765
|
echo ${secrets.PACKAGES_USER}
|
2025-04-08 13:04:26 +02:00 |
|
|
ff62e60287
|
echo ${ secrets.PACKAGES_USER }
|
2025-04-08 13:02:14 +02:00 |
|
|
712f6cf083
|
git config --global user.name ${{ secrets.PACKAGES_USER }}
git add package.json
echo "adding succeeded"
git commit -m "Bump version to $new_version"
echo "commiting succeeded"
git tag -a "v$new_version" -m "Release version $new_version"
echo "tagging succeeded"
git remote -v
git push main HEAD --tags
echo "pushing succeeded"
|
2025-04-08 13:00:38 +02:00 |
|
|
1360bf3044
|
git remote -v
|
2025-04-08 12:55:30 +02:00 |
|
|
48157a0ea0
|
pipeline
|
2025-04-08 12:51:49 +02:00 |
|
|
5486e91f7f
|
echo ${email}
echo ${user}
|
2025-04-08 12:49:57 +02:00 |
|
|
b01443b5cc
|
echo echo echo
|
2025-04-08 12:48:35 +02:00 |
|
|
d601f743dd
|
user="giteaAdmin"
mail="gitea@local.domain"
|
2025-04-08 12:46:12 +02:00 |
|
|
164d29a69b
|
no optional staff
|
2025-04-08 12:39:53 +02:00 |
|
|
fdfd19bdd2
|
./update-version.sh patch
|
2025-04-08 12:37:29 +02:00 |
|
|
533412797f
|
npm run lint
|
2025-04-08 12:32:51 +02:00 |
|
|
e9277544ce
|
Lint & Test
|
2025-04-08 12:26:56 +02:00 |
|
|
82a5cdf224
|
npm install @angular/cli
|
2025-04-08 12:25:07 +02:00 |
|
|
a7991154a5
|
npm install -g @angular/cli
|
2025-04-08 12:24:01 +02:00 |
|
|
21a258b07a
|
ls -l
|
2025-04-08 11:53:52 +02:00 |
|
|
c69d4424b0
|
cho "this is the full repo"
|
2025-04-08 11:51:43 +02:00 |
|
|
ff8b8590a9
|
echo ${fullrepo}
|
2025-04-08 11:48:50 +02:00 |
|
|
0c29a71395
|
fullrepo=${registry}/${repository}.git
|
2025-04-08 11:47:17 +02:00 |
|
|
1136e67a9d
|
git pull ${fullrepo}
|
2025-04-08 11:46:06 +02:00 |
|
|
811ee4864e
|
git pull ${registry}/${repository}
|
2025-04-08 11:42:54 +02:00 |
|
|
c83d6be1b1
|
echo ${registry}/${repository}
|
2025-04-08 11:41:47 +02:00 |
|
|
83edd11bf8
|
repository
|
2025-04-08 11:40:02 +02:00 |
|
|
00c7a4f951
|
git init
|
2025-04-08 11:38:28 +02:00 |
|
|
62da5f3e2b
|
echo ${registry}
|
2025-04-08 11:36:52 +02:00 |
|
|
bbfce99547
|
test
|
2025-04-08 11:34:00 +02:00 |
|
|
b427a6d42d
|
main.ts
|
2025-04-08 11:33:07 +02:00 |
|
|
08c78280ae
|
src
|
2025-04-08 11:32:26 +02:00 |
|
|
243cd1ec35
|
cd /run/act/actions/docker-setup-qemu-action@v3
|
2025-04-08 11:31:31 +02:00 |
|
|
08e24b1567
|
find / -name "package.json" 2>/dev/null
|
2025-04-08 11:29:51 +02:00 |
|