Skip to content

Commit a38e227

Browse files
committed
fix(workflow): 🐛 fixed github workflow errors
1 parent c9c34b7 commit a38e227

File tree

7 files changed

+3
-133
lines changed

7 files changed

+3
-133
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Cache Dependencies
19-
uses: actions/cache@v4.0.2
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.bun
2222
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Cache Dependencies
16-
uses: actions/cache@v4.0.2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.bun
1919
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}

CHANGELOG.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Anmol Gangwar
3+
Copyright (c) 2024 ExerciseDB API
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.config.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

deploy.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"test": "vitest run",
4242
"test:ui": "vitest --ui",
4343
"deploy": "vercel deploy --prod",
44-
"release": "bun run test && bun run changelogen --release --push",
4544
"postinstall": "npx simple-git-hooks"
4645
},
4746
"simple-git-hooks": {
@@ -75,7 +74,6 @@
7574
"@typescript-eslint/parser": "^8.2.0",
7675
"@vitest/ui": "^2.0.5",
7776
"bun-types": "^1.1.25",
78-
"changelogen": "^0.5.5",
7977
"eslint": "^9.9.0",
8078
"eslint-config-prettier": "^9.1.0",
8179
"eslint-plugin-prettier": "^5.2.1",

0 commit comments

Comments
 (0)