We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b574d commit 5b3e298Copy full SHA for 5b3e298
2 files changed
.github/workflows/release.yml
@@ -25,11 +25,10 @@ jobs:
25
- name: Run Tests
26
run: |
27
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
+ sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
+ task install
+ ops --version
+ task tests
33
- name: Run GoReleaser
34
uses: goreleaser/goreleaser-action@v6
35
with:
version.txt
@@ -1 +1 @@
1
-0.1.0-2408041431.dev
+0.1.0-2408041436.dev
0 commit comments