Skip to content

Commit 5b3e298

Browse files
0.1.0-2408041436.dev
1 parent 42b574d commit 5b3e298

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
- name: Run Tests
2626
run: |
2727
ls -l
28-
cd openserverless-cli
29-
ls -l
30-
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
31-
./bin/task install
32-
./bin/task tests
28+
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
29+
task install
30+
ops --version
31+
task tests
3332
- name: Run GoReleaser
3433
uses: goreleaser/goreleaser-action@v6
3534
with:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-2408041431.dev
1+
0.1.0-2408041436.dev

0 commit comments

Comments
 (0)